mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-24 03:35:01 +01:00
31 lines
822 B
JSON
31 lines
822 B
JSON
{
|
|
"name": "rector/symfony-php-config",
|
|
"description": "Tools that easy work with Symfony PHP Configs",
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": "^7.2.4|^8.0",
|
|
"symfony/dependency-injection": "^4.4.8|^5.1",
|
|
"symfony/http-kernel": "^4.4.8|^5.1",
|
|
"symplify/package-builder": "dev-master"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^8.5|^9.2"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Rector\\SymfonyPhpConfig\\": "src"
|
|
},
|
|
"files": [
|
|
"functions/functions.php"
|
|
]
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Rector\\SymfonyPhpConfig\\Tests\\": "tests"
|
|
},
|
|
"files": [
|
|
"../../vendor/symfony/dependency-injection/Loader/Configurator/ContainerConfigurator.php"
|
|
]
|
|
}
|
|
}
|