Add refactoring and upgrade tool, Rector
Util that enable us to upgrade parts of code base if needed.
parent
8aecb872
No related branches found
No related tags found
This commit is part of merge request !16. Comments created here will be created in the context of that merge request.
... | ... | @@ -34,10 +34,11 @@ |
} | ||
}, | ||
"require-dev": { | ||
"roave/security-advisories": "dev-latest", | ||
"phan/phan": "4.x", | ||
"phpstan/phpstan": "^0.12.83", | ||
"phpunit/phpunit": "^9", | ||
"rector/rector": "^0.11.53", | ||
"roave/security-advisories": "dev-latest", | ||
"squizlabs/php_codesniffer": "3.*" | ||
} | ||
} |
Please register or sign in to comment