summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-03-17 10:02:25 +0100
committerRemi Collet <remi@remirepo.net>2021-03-17 10:02:25 +0100
commit53722cb7d4ed76dc50f6e6cf76c3b6dcd07dfc38 (patch)
tree8cc640adbbdd268958fce6853f4a508791b8d1ea /composer.json
parent2947b28670b7064c3c3a4cffccfcfa19fb6992ad (diff)
update to 2.12.0 (no change)
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index bcc5e4d..2497bc2 100644
--- a/composer.json
+++ b/composer.json
@@ -34,9 +34,12 @@
},
"require-dev": {
"laminas/laminas-coding-standard": "~1.0.0",
+ "laminas/laminas-db": "^2.12",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.4.2",
- "psr/http-message": "^1.0"
+ "psalm/plugin-phpunit": "^0.15.1",
+ "psr/http-message": "^1.0",
+ "vimeo/psalm": "^4.6"
},
"suggest": {
"psr/http-message-implementation": "PSR-7 is required if you wish to validate PSR-7 UploadedFileInterface payloads"
@@ -59,7 +62,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-inputfilter": "^2.10.1"