mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-15 21:38:24 +01:00
17 lines
333 B
JSON
17 lines
333 B
JSON
{
|
|
"name": "rector/rector-prefixed-php70",
|
|
"description": "Prefixed and PHP 7.0 downgraded version of rector/rector",
|
|
"license": "MIT",
|
|
"bin": [
|
|
"bin/rector"
|
|
],
|
|
"require": {
|
|
"php": "^7.0|^8.0"
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "0.10-dev"
|
|
}
|
|
}
|
|
}
|