rector/composer.json
Tomas Votruba cbfdee3c34 Updated Rector to commit 59585ae75aafa8c5e2666b047a84f13ab35fb59f
59585ae75a [Experiment] [NodeTypeResolver] Remove no longer needed deep Expr visitor ExprScopeFromStmtNodeVisitor (#6223)
2024-08-07 06:07:44 +00:00

30 lines
754 B
JSON

{
"name": "rector/rector",
"description": "Instant Upgrade and Automated Refactoring of any PHP code",
"license": "MIT",
"keywords": ["dev", "refactoring", "automation", "migration"],
"bin": [
"bin/rector"
],
"require": {
"php": "^7.2|^8.0",
"phpstan/phpstan": "^1.11.9"
},
"autoload": {
"files": [
"bootstrap.php"
]
},
"conflict": {
"rector/rector-phpunit": "*",
"rector/rector-symfony": "*",
"rector/rector-doctrine": "*",
"rector/rector-downgrade-php": "*"
},
"minimum-stability": "dev",
"prefer-stable": true,
"suggest": {
"ext-dom": "To manipulate phpunit.xml via the custom-rule command"
}
}