mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-19 06:18:07 +01:00
a1bb85c575
ff8f0c19f8
[DX] Remove lines packages as not used, remove deprecations as not used (#5580)
27 lines
656 B
JSON
27 lines
656 B
JSON
{
|
|
"name": "rector/rector",
|
|
"description": "Instant Upgrade and Automated Refactoring of any PHP code",
|
|
"license": "MIT",
|
|
"keywords": ["dev", "refactoring", "automation", "migration"],
|
|
"bin": [
|
|
"bin/rector"
|
|
],
|
|
"require": {
|
|
"php": "^7.2|^8.0",
|
|
"phpstan/phpstan": "^1.10.57"
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
]
|
|
},
|
|
"conflict": {
|
|
"rector/rector-phpunit": "*",
|
|
"rector/rector-symfony": "*",
|
|
"rector/rector-doctrine": "*",
|
|
"rector/rector-downgrade-php": "*"
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|