mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-17 21:38:22 +01:00
da149bb5b0
645071a650
Add test fixture for sprintf number + make use of getArgs() to get always an Arg type (#3822)
32 lines
749 B
JSON
32 lines
749 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.15"
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
]
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "0.15-dev"
|
|
}
|
|
},
|
|
"conflict": {
|
|
"rector/rector-phpunit": "*",
|
|
"rector/rector-symfony": "*",
|
|
"rector/rector-doctrine": "*",
|
|
"rector/rector-downgrade-php": "*"
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|