rector/composer.json
Tomas Votruba 7222a8991e Updated Rector to commit edf1d520411ac348fa874fdf67e2924acf752f08
edf1d52041 [Scoper] Make phpstan/phpdoc-parser part of preload.php and preload-split-package.php (#2908)
2022-09-05 12:04:06 +00:00

33 lines
752 B
JSON

{
"name": "rector/rector",
"description": "Instant Upgrade and Automated Refactoring of any PHP code",
"license": "MIT",
"bin": [
"bin/rector"
],
"require": {
"php": "^7.2|^8.0",
"phpstan/phpstan": "^1.8.3"
},
"autoload": {
"files": [
"bootstrap.php"
]
},
"extra": {
"branch-alias": {
"dev-main": "0.14-dev"
}
},
"conflict": {
"rector/rector-phpunit": "*",
"rector/rector-symfony": "*",
"rector/rector-doctrine": "*",
"rector/rector-cakephp": "*",
"rector/rector-laravel": "*",
"rector/rector-phpoffice": "*"
},
"minimum-stability": "dev",
"prefer-stable": true
}