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
... | @@ -34,10 +34,11 @@ | ... | @@ -34,10 +34,11 @@ |
} | } | ||
}, | }, | ||
"require-dev": { | "require-dev": { | ||
"roave/security-advisories": "dev-latest", | |||
"phan/phan": "4.x", | "phan/phan": "4.x", | ||
"phpstan/phpstan": "^0.12.83", | "phpstan/phpstan": "^0.12.83", | ||
"phpunit/phpunit": "^9", | "phpunit/phpunit": "^9", | ||
"rector/rector": "^0.11.53", | |||
"roave/security-advisories": "dev-latest", | |||
"squizlabs/php_codesniffer": "3.*" | "squizlabs/php_codesniffer": "3.*" | ||
} | } | ||
} | } |
Please register or sign in to comment