mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-29 11:33:33 +01:00
5d735c2311
b2d6fa6ee6
Revert recursive check on always array param on phpstan 1.10 on AddMethodCallBasedStrictParamTypeRector (#3399)
31 lines
681 B
JSON
31 lines
681 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.10.1"
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
]
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "0.15-dev"
|
|
}
|
|
},
|
|
"conflict": {
|
|
"rector/rector-phpunit": "*",
|
|
"rector/rector-symfony": "*",
|
|
"rector/rector-doctrine": "*",
|
|
"rector/rector-downgrade-php": "*"
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|