mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-17 21:38:22 +01:00
ae330c0d87
e8684d461e
Bump phpstan to 1.10.50 (#5399)
27 lines
656 B
JSON
27 lines
656 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.10.50"
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
]
|
|
},
|
|
"conflict": {
|
|
"rector/rector-phpunit": "*",
|
|
"rector/rector-symfony": "*",
|
|
"rector/rector-doctrine": "*",
|
|
"rector/rector-downgrade-php": "*"
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|