aboutsummaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 6038b9d66ed..5eedfd0cf79 100644
--- a/composer.json
+++ b/composer.json
@@ -67,7 +67,8 @@
],
"test": "phpunit --configuration tests/phpunit-autotest.xml",
"test:db": "@composer run test -- --group DB,SLOWDB",
- "test:files_external": "phpunit --configuration tests/phpunit-autotest-external.xml"
+ "test:files_external": "phpunit --configuration tests/phpunit-autotest-external.xml",
+ "rector": "rector && composer cs:fix"
},
"extra": {
"bamarni-bin": {