summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-06-14 16:49:01 +0200
committerRemi Collet <remi@remirepo.net>2021-06-14 16:49:01 +0200
commit1aaaed60da5cdc980c927ebd5dc40e853e782a52 (patch)
treed675b9c2da14dc19894f7f687e8c38db4e0f0563 /composer.json
parent8dc370e3a946ac90761b7cf7ae77cd47726b2147 (diff)
update to 3.5.1
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index c96f5dd..f08d48a 100644
--- a/composer.json
+++ b/composer.json
@@ -32,8 +32,6 @@
"laminas/laminas-uri": "^2.5",
"laminas/laminas-view": "^2.6.3",
"laminas/laminas-zendframework-bridge": "^1.1",
- "vimeo/psalm": "^4.7.0",
- "psalm/plugin-phpunit": "^0.15.0",
"phpunit/phpunit": "^8.0 || ^9.0"
},
"require-dev": {
@@ -46,7 +44,9 @@
"laminas/laminas-serializer": "^2.6.1",
"laminas/laminas-session": "^2.8.5",
"laminas/laminas-validator": "^2.8",
- "mikey179/vfsstream": "^1.6.8"
+ "mikey179/vfsstream": "^1.6.8",
+ "psalm/plugin-phpunit": "^0.16.0",
+ "vimeo/psalm": "^4.7"
},
"suggest": {
"laminas/laminas-mvc-console": "^1.1.8, to test MVC <-> console integration"