mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-19 06:18:07 +01:00
f01d52fb6c
ea9cddd31b
[PHPStan] Update PHPStan to 0.12.95 (#724)
33 lines
774 B
JSON
33 lines
774 B
JSON
{
|
|
"name": "rector/rector",
|
|
"description": "Prefixed and PHP 7.1 downgraded version of rector/rector",
|
|
"license": "MIT",
|
|
"bin": [
|
|
"bin/rector"
|
|
],
|
|
"require": {
|
|
"php": "^7.1|^8.0",
|
|
"phpstan/phpstan": "0.12.95"
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
]
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "0.11-dev"
|
|
}
|
|
},
|
|
"conflict": {
|
|
"phpstan/phpdoc-parser": "<=0.5.3",
|
|
"phpstan/phpstan": "<=0.12.82",
|
|
"rector/rector-prefixed": "*",
|
|
"rector/rector-phpunit": "*",
|
|
"rector/rector-symfony": "*",
|
|
"rector/rector-doctrine": "*",
|
|
"rector/rector-nette": "*",
|
|
"rector/rector-cakephp": "*"
|
|
}
|
|
}
|