Skip to:
Content

BuddyPress.org

Changeset 13253 for trunk/composer.lock


Ignore:
Timestamp:
02/25/2022 08:29:41 PM (4 years ago)
Author:
imath
Message:

Add yoast/phpunit-polyfills to composer required dependencies

See #8628

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/composer.lock

    r13252 r13253  
    55        "This file is @generated automatically"
    66    ],
    7     "content-hash": "b0a805505a9fe51a655f7b41f1152eed",
     7    "content-hash": "626a3fdc6a474073e644be97f8833a10",
    88    "packages": [
    99        {
     
    22582258            },
    22592259            "time": "2022-02-22T20:53:17+00:00"
     2260        },
     2261        {
     2262            "name": "yoast/phpunit-polyfills",
     2263            "version": "1.0.3",
     2264            "source": {
     2265                "type": "git",
     2266                "url": "https://github.com/Yoast/PHPUnit-Polyfills.git",
     2267                "reference": "5ea3536428944955f969bc764bbe09738e151ada"
     2268            },
     2269            "dist": {
     2270                "type": "zip",
     2271                "url": "https://api.github.com/repos/Yoast/PHPUnit-Polyfills/zipball/5ea3536428944955f969bc764bbe09738e151ada",
     2272                "reference": "5ea3536428944955f969bc764bbe09738e151ada",
     2273                "shasum": ""
     2274            },
     2275            "require": {
     2276                "php": ">=5.4",
     2277                "phpunit/phpunit": "^4.8.36 || ^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
     2278            },
     2279            "require-dev": {
     2280                "yoast/yoastcs": "^2.2.0"
     2281            },
     2282            "type": "library",
     2283            "extra": {
     2284                "branch-alias": {
     2285                    "dev-main": "1.x-dev",
     2286                    "dev-develop": "1.x-dev"
     2287                }
     2288            },
     2289            "autoload": {
     2290                "files": [
     2291                    "phpunitpolyfills-autoload.php"
     2292                ]
     2293            },
     2294            "notification-url": "https://packagist.org/downloads/",
     2295            "license": [
     2296                "BSD-3-Clause"
     2297            ],
     2298            "authors": [
     2299                {
     2300                    "name": "Team Yoast",
     2301                    "email": "support@yoast.com",
     2302                    "homepage": "https://yoast.com"
     2303                },
     2304                {
     2305                    "name": "Contributors",
     2306                    "homepage": "https://github.com/Yoast/PHPUnit-Polyfills/graphs/contributors"
     2307                }
     2308            ],
     2309            "description": "Set of polyfills for changed PHPUnit functionality to allow for creating PHPUnit cross-version compatible tests",
     2310            "homepage": "https://github.com/Yoast/PHPUnit-Polyfills",
     2311            "keywords": [
     2312                "phpunit",
     2313                "polyfill",
     2314                "testing"
     2315            ],
     2316            "support": {
     2317                "issues": "https://github.com/Yoast/PHPUnit-Polyfills/issues",
     2318                "source": "https://github.com/Yoast/PHPUnit-Polyfills"
     2319            },
     2320            "time": "2021-11-23T01:37:03+00:00"
    22602321        }
    22612322    ],
Note: See TracChangeset for help on using the changeset viewer.