summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-10-29 10:34:58 +0200
committerRemi Collet <remi@php.net>2021-10-29 10:34:58 +0200
commit27439e4eaa66abc73772573eb3e40388ab4aa835 (patch)
treeacdc8869173494a1c5d3e86f43f63d29174c10cc /composer.json
parent8db5fc835195d581213f055c7827ee47c6da71ea (diff)
update to 1.5.0 (no change)
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 21024af..2a916d7 100644
--- a/composer.json
+++ b/composer.json
@@ -31,7 +31,9 @@
},
"require-dev": {
"laminas/laminas-coding-standard": "~1.0.0",
- "phpunit/phpunit": "^9.5.10"
+ "phpunit/phpunit": "^9.5.10",
+ "psalm/plugin-phpunit": "^0.16.1",
+ "vimeo/psalm": "^4.11"
},
"conflict": {
"laminas/laminas-stdlib": "< 3.2.1"
@@ -54,7 +56,8 @@
"cs-check": "phpcs",
"cs-fix": "phpcbf",
"test": "phpunit --colors=always",
- "test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
+ "test-coverage": "phpunit --colors=always --coverage-clover clover.xml",
+ "static-analysis": "psalm --shepherd --stats"
},
"replace": {
"zendframework/zend-psr7bridge": "^1.2.0"