mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-24 19:53:14 +01:00
* fix scoping of Symfony autodiscovery namespace * scoped: add along phpstan run * wait longer, the old version is used * keep phpstan.phar
13 lines
265 B
JSON
13 lines
265 B
JSON
{
|
|
"name": "rector/rector-prefixed",
|
|
"description": "Prefixed scoped version of rector/rector package",
|
|
"license": "MIT",
|
|
"bin": [
|
|
"bin/rector"
|
|
],
|
|
"require": {
|
|
"php": "^7.3|^8.0",
|
|
"phpstan/phpstan": "^0.12.64"
|
|
}
|
|
}
|