summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-05-20 08:39:08 +0200
committerRemi Collet <remi@remirepo.net>2021-05-20 08:39:08 +0200
commit4edb200bc09cb8824ae522d0f890fe5bbd5cf27c (patch)
tree8952ebdeb7944ff860579a84d6d156ec46e56e88 /composer.json
parenta08c983ef53edae17f069d4d877587f1465685a7 (diff)
update to 2.14.1
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index f5ee58c..81d9976 100644
--- a/composer.json
+++ b/composer.json
@@ -40,7 +40,9 @@
"laminas/laminas-config": "^3.4",
"laminas/laminas-crypt": "^2.6 || ^3.0",
"laminas/laminas-servicemanager": "^3.2.1",
- "phpunit/phpunit": "^9.3"
+ "phpunit/phpunit": "^9.3",
+ "psalm/plugin-phpunit": "^0.15.1",
+ "vimeo/psalm": "^4.7"
},
"suggest": {
"laminas/laminas-crypt": "Crammd5 support in SMTP Auth",
@@ -59,10 +61,12 @@
"scripts": {
"check": [
"@cs-check",
+ "@static-analysis",
"@test"
],
"cs-check": "phpcs",
"cs-fix": "phpcbf",
+ "static-analysis": "psalm --shepherd --stats",
"test": "phpunit --colors=always",
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
},