summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-06-29 07:20:19 +0200
committerRemi Collet <remi@remirepo.net>2021-06-29 07:20:19 +0200
commit5b79af4cd414a1648e87ebfc5e58c41b8bcc5f40 (patch)
treeb7eb8a22775e805861c63f4e27a2d982f762bbfb /composer.json
parentbb4dd0f5b899c6a6cebeff704324d37d3317b05d (diff)
update to 3.4.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 b2e28d1..b881a0f 100644
--- a/composer.json
+++ b/composer.json
@@ -25,9 +25,11 @@
"laminas/laminas-zendframework-bridge": "^1.0"
},
"require-dev": {
- "laminas/laminas-coding-standard": "~1.0.0",
+ "laminas/laminas-coding-standard": "~2.3.0",
"phpbench/phpbench": "^0.17.1",
- "phpunit/phpunit": "~9.3.7"
+ "phpunit/phpunit": "~9.3.7",
+ "psalm/plugin-phpunit": "^0.16.0",
+ "vimeo/psalm": "^4.7"
},
"autoload": {
"psr-4": {
@@ -47,6 +49,7 @@
],
"cs-check": "phpcs",
"cs-fix": "phpcbf",
+ "static-analysis": "psalm --shepherd --stats",
"test": "phpunit --colors=always",
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
},