rector/scoped/composer.json
Tomas Votruba 520335251d
[scoper] keep phpstan.phar to avoid conflict in install (#5009)
* fix scoping of Symfony autodiscovery namespace

* scoped: add along phpstan run

* wait longer, the old version is used

* keep phpstan.phar
2020-12-27 21:14:39 +00:00

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"
}
}