mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-18 05:48:21 +01:00
2d19ff31f4
55a13c0020
test run in phpstan 1.4.8 (#1904)
36 lines
868 B
JSON
36 lines
868 B
JSON
{
|
|
"name": "rector/rector",
|
|
"description": "Instant Upgrade and Automated Refactoring of any PHP code",
|
|
"license": "MIT",
|
|
"bin": [
|
|
"bin/rector"
|
|
],
|
|
"require": {
|
|
"php": "^7.1|^8.0",
|
|
"phpstan/phpstan": "^1.4.8"
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
]
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "0.12-dev"
|
|
}
|
|
},
|
|
"conflict": {
|
|
"phpstan/phpdoc-parser": "<1.2",
|
|
"rector/rector-prefixed": "*",
|
|
"rector/rector-phpunit": "*",
|
|
"rector/rector-symfony": "*",
|
|
"rector/rector-doctrine": "*",
|
|
"rector/rector-nette": "*",
|
|
"rector/rector-cakephp": "*",
|
|
"rector/rector-laravel": "*",
|
|
"rector/rector-phpoffice": "*"
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|