mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-19 06:18:07 +01:00
cb2a5f1daa
f19379cd49
add conflict with rector-prefixed
28 lines
585 B
JSON
28 lines
585 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"
|
|
},
|
|
"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": "*"
|
|
}
|
|
}
|