mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-19 06:18:07 +01:00
d60e53c3ca
81b7411267
Fix access to optional array key when using function1f7170df9e
Merge pull request #1648 from ste93cry/fix-phpstan-access-to-undefined-array-key
63 lines
1.7 KiB
JSON
63 lines
1.7 KiB
JSON
{
|
|
"name": "symfony\/console",
|
|
"type": "library",
|
|
"description": "Eases the creation of beautiful and testable command line interfaces",
|
|
"keywords": [
|
|
"console",
|
|
"cli",
|
|
"command line",
|
|
"terminal"
|
|
],
|
|
"homepage": "https:\/\/symfony.com",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https:\/\/symfony.com\/contributors"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=8.0.2",
|
|
"symfony\/polyfill-mbstring": "~1.0",
|
|
"symfony\/service-contracts": "^1.1|^2|^3",
|
|
"symfony\/string": "^5.4|^6.0"
|
|
},
|
|
"require-dev": {
|
|
"symfony\/config": "^5.4|^6.0",
|
|
"symfony\/event-dispatcher": "^5.4|^6.0",
|
|
"symfony\/dependency-injection": "^5.4|^6.0",
|
|
"symfony\/lock": "^5.4|^6.0",
|
|
"symfony\/process": "^5.4|^6.0",
|
|
"symfony\/var-dumper": "^5.4|^6.0",
|
|
"psr\/log": "^1|^2|^3"
|
|
},
|
|
"provide": {
|
|
"psr\/log-implementation": "1.0|2.0|3.0"
|
|
},
|
|
"suggest": {
|
|
"symfony\/event-dispatcher": "",
|
|
"symfony\/lock": "",
|
|
"symfony\/process": "",
|
|
"psr\/log": "For using the console logger"
|
|
},
|
|
"conflict": {
|
|
"symfony\/dependency-injection": "<5.4",
|
|
"symfony\/dotenv": "<5.4",
|
|
"symfony\/event-dispatcher": "<5.4",
|
|
"symfony\/lock": "<5.4",
|
|
"symfony\/process": "<5.4"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"RectorPrefix20220108\\Symfony\\Component\\Console\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"\/Tests\/"
|
|
]
|
|
},
|
|
"minimum-stability": "dev"
|
|
} |