summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-03-17 09:50:21 +0100
committerRemi Collet <remi@remirepo.net>2021-03-17 09:50:21 +0100
commit2bd3e106f9c7d7ac2a1b39dff63d2ad019cdee5b (patch)
tree9eb7ce1dce9227d087c80b729d2b4d4c8be7409d /composer.json
parentcf6b6d80224c473651de51652f4328cb7b8ebcec (diff)
update to 2.11.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 ca051e9..9883ba7 100644
--- a/composer.json
+++ b/composer.json
@@ -37,7 +37,9 @@
"pear/archive_tar": "^1.4.3",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.3",
- "psr/http-factory": "^1.0"
+ "psalm/plugin-phpunit": "^0.15.1",
+ "psr/http-factory": "^1.0",
+ "vimeo/psalm": "^4.6"
},
"conflict": {
"laminas/laminas-validator": "<2.10.1"
@@ -67,7 +69,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-filter": "^2.9.2"