We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a4978c commit f9f95cfCopy full SHA for f9f95cf
1 file changed
composer.json
@@ -67,7 +67,8 @@
67
],
68
"test": "phpunit --configuration tests/phpunit-autotest.xml",
69
"test:db": "@composer run test -- --group DB,SLOWDB",
70
- "test:files_external": "phpunit --configuration tests/phpunit-autotest-external.xml"
+ "test:files_external": "phpunit --configuration tests/phpunit-autotest-external.xml",
71
+ "rector": "rector && composer cs:fix"
72
},
73
"extra": {
74
"bamarni-bin": {
0 commit comments