rector/packages/symfony-php-config/composer.json
Tomas Votruba 4c6da2c4bf
[Laravel 5.7] Add parent boot rule (#4580)
* move file to templates, to remove confusion in the root

* use stable symplify

* [Laravel] Add AddParentBootToModelClassMethodRector

* [ci-review] Generate Rector & Nodes documentation

* [ci-review] propagate monorepo dependencies

* [ci-review] Rector Rectify

Co-authored-by: rector-bot <tomas@getrector.org>
2020-11-11 17:09:57 +00:00

31 lines
818 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": "8.3.48"
},
"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"
]
}
}