mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-19 06:18:07 +01:00
dd31e833a9
ce1c29184d
[scoped] change only year and month, to make diff esaier to see; autoload is handled already
46 lines
1.3 KiB
JSON
46 lines
1.3 KiB
JSON
{
|
|
"name": "symfony\/config",
|
|
"type": "library",
|
|
"description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
|
|
"keywords": [],
|
|
"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.1",
|
|
"symfony\/deprecation-contracts": "^2.1|^3",
|
|
"symfony\/filesystem": "^5.4|^6.0",
|
|
"symfony\/polyfill-ctype": "~1.8"
|
|
},
|
|
"require-dev": {
|
|
"symfony\/event-dispatcher": "^5.4|^6.0",
|
|
"symfony\/finder": "^5.4|^6.0",
|
|
"symfony\/messenger": "^5.4|^6.0",
|
|
"symfony\/service-contracts": "^1.1|^2|^3",
|
|
"symfony\/yaml": "^5.4|^6.0"
|
|
},
|
|
"conflict": {
|
|
"symfony\/finder": "<5.4"
|
|
},
|
|
"suggest": {
|
|
"symfony\/yaml": "To use the yaml reference dumper"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"RectorPrefix202206\\Symfony\\Component\\Config\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"\/Tests\/"
|
|
]
|
|
},
|
|
"minimum-stability": "dev"
|
|
} |