mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-16 21:08:19 +01:00
3c2265860e
6024d31dd6
Bump to PHPStan ^2.0.4 (#6600)
30 lines
753 B
JSON
30 lines
753 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.4|^8.0",
|
|
"phpstan/phpstan": "^2.0.4"
|
|
},
|
|
"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"
|
|
}
|
|
}
|