rector/composer.json
Tomas Votruba 7b72c93dfc Updated Rector to commit a6b7bdd79b
a6b7bdd79b [TASK] Allow higher phpstan version (#101)
2021-05-25 11:50:45 +00:00

34 lines
833 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.86 <=0.12.88"
},
"autoload": {
"files": [
"bootstrap.php"
]
},
"extra": {
"branch-alias": {
"dev-main": "0.10-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-nette-to-symfony": "*",
"rector/rector-cakephp": "*"
}
}