summaryrefslogtreecommitdiffstats
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 1551063..030df2e 100644
--- a/composer.json
+++ b/composer.json
@@ -53,6 +53,7 @@
}
},
"scripts": {
- "test": "vendor/bin/simple-phpunit"
+ "test": "SYMFONY_PHPUNIT_REMOVE_RETURN_TYPEHINT=1 vendor/bin/simple-phpunit",
+ "phpstan": "phpstan analyse"
}
}