50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
|
{
|
||
|
"name": "symfony/phpunit-bridge",
|
||
|
"type": "symfony-bridge",
|
||
|
"description": "Provides utilities for PHPUnit, especially user deprecation notices management",
|
||
|
"keywords": [],
|
||
|
"homepage": "https://symfony.com",
|
||
|
"license": "MIT",
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Nicolas Grekas",
|
||
|
"email": "p@tchwork.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Symfony Community",
|
||
|
"homepage": "https://symfony.com/contributors"
|
||
|
}
|
||
|
],
|
||
|
"require": {
|
||
|
"php": ">=7.2.5 EVEN ON LATEST SYMFONY VERSIONS TO ALLOW USING",
|
||
|
"php": "THIS BRIDGE WHEN TESTING LOWEST SYMFONY VERSIONS.",
|
||
|
"php": ">=7.2.5"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"symfony/deprecation-contracts": "^2.5|^3.0",
|
||
|
"symfony/error-handler": "^5.4|^6.4|^7.0",
|
||
|
"symfony/polyfill-php81": "^1.27"
|
||
|
},
|
||
|
"conflict": {
|
||
|
"phpunit/phpunit": "<7.5|9.1.2"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"files": [ "bootstrap.php" ],
|
||
|
"psr-4": { "Symfony\\Bridge\\PhpUnit\\": "" },
|
||
|
"exclude-from-classmap": [
|
||
|
"/Tests/",
|
||
|
"/bin/"
|
||
|
]
|
||
|
},
|
||
|
"bin": [
|
||
|
"bin/simple-phpunit"
|
||
|
],
|
||
|
"minimum-stability": "dev",
|
||
|
"extra": {
|
||
|
"thanks": {
|
||
|
"name": "phpunit/phpunit",
|
||
|
"url": "https://github.com/sebastianbergmann/phpunit"
|
||
|
}
|
||
|
}
|
||
|
}
|