summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-01-16 17:10:56 +0100
committerJoas Schilling <coding@schilljs.com>2023-01-16 17:10:56 +0100
commitc18c4a2a26054fdcbe8e5eee3cb8d5ebc51c68b5 (patch)
tree4957be3f4b8129dc967fbee96980f8e91dd15c3c /composer.json
parentf56e326f807ad96c21f2c7ad1ff9966a20113616 (diff)
chore(CI): Update master php testing versions and workflow templates
Signed-off-by: Joas Schilling <coding@schilljs.com>
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 ffafa251..216a09cb 100644
--- a/composer.json
+++ b/composer.json
@@ -39,7 +39,8 @@
"psalm": "psalm --threads=1 --update-baseline",
"psalm:update-baseline": "psalm --threads=1 --update-baseline",
"psalm:clear": "psalm --clear-cache && psalm --clear-global-cache",
- "psalm:fix": "psalm --alter --issues=InvalidReturnType,InvalidNullableReturnType,MissingParamType,InvalidFalsableReturnType"
+ "psalm:fix": "psalm --alter --issues=InvalidReturnType,InvalidNullableReturnType,MissingParamType,InvalidFalsableReturnType",
+ "test:unit": "vendor/bin/phpunit -c tests/phpunit.xml"
},
"repositories": [
{