summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-05-19 09:48:09 +0200
committerRemi Collet <remi@remirepo.net>2021-05-19 09:48:09 +0200
commitbbc85592defcaffff14f56de32ff89ad489c59d2 (patch)
tree6765d043efd5846d5f9912ceed5f0d84e5c839eb /composer.json
parentef9152d9af8d8114077d1b8ce5ebb1da3489cdd6 (diff)
update to 2.6.0
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 f6f476a..313ba94 100644
--- a/composer.json
+++ b/composer.json
@@ -42,7 +42,9 @@
"laminas/laminas-coding-standard": "~1.0.0",
"php-http/psr7-integration-tests": "^1.1",
"phpspec/prophecy-phpunit": "^2.0",
- "phpunit/phpunit": "^9.1"
+ "phpunit/phpunit": "^9.1",
+ "psalm/plugin-phpunit": "^0.14.0",
+ "vimeo/psalm": "^4.3"
},
"provide": {
"psr/http-factory-implementation": "1.0",
@@ -87,7 +89,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-diactoros": "^2.2.1"