aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 79487c9..6d6f96d 100644
--- a/composer.json
+++ b/composer.json
@@ -26,6 +26,10 @@
"scripts": {
"ecs": "ecs check",
"ecsfix": "ecs check --fix",
- "phpstan": "phpstan --memory-limit=1G analyse"
+ "phpstan": "phpstan --memory-limit=1G analyse",
+ "x": [
+ "@ecsfix -- src/Execution",
+ "@phpstan -- src/Execution"
+ ]
}
}