mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-21 09:42:45 +01:00
27 lines
555 B
JSON
27 lines
555 B
JSON
{
|
|
"name": "rector/rector-prefixed",
|
|
"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.85"
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
]
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "0.10-dev"
|
|
}
|
|
},
|
|
"conflict": {
|
|
"phpstan/phpdoc-parser": "<=0.5.3",
|
|
"phpstan/phpstan": "<=0.12.82"
|
|
}
|
|
}
|