Add Rector

This commit is contained in:
Jeremy Benoist
2022-02-04 12:13:37 +01:00
parent ccf1b336c5
commit c2a1639b34
5 changed files with 104 additions and 68 deletions
+2 -1
View File
@@ -34,7 +34,8 @@
"monolog/monolog": "^1.24|^2.1",
"symfony/phpunit-bridge": "^4.4|^5.3|^6.0",
"phpstan/phpstan": "^1.3",
"phpstan/phpstan-phpunit": "^1.0"
"phpstan/phpstan-phpunit": "^1.0",
"rector/rector": "^0.12.15"
},
"suggest": {
"ext-tidy": "Used to clean up given HTML and to avoid problems with bad HTML structure."