mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-09 01:21:17 +01:00
d060796fa7
[Scoped] Add rector-laravel and rector-phpoffice to conflict in target repo (#975)
35 lines
852 B
JSON
35 lines
852 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.99"
|
|
},
|
|
"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": "*",
|
|
"rector/rector-laravel": "*",
|
|
"rector/rector-phpoffice": "*"
|
|
}
|
|
}
|