summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/composer.json b/composer.json
index b995fcf..ce70ff1 100644
--- a/composer.json
+++ b/composer.json
@@ -38,17 +38,17 @@
},
"require-dev": {
"laminas/laminas-coding-standard": "^2.4.0",
- "laminas/laminas-db": "^2.15.0",
- "laminas/laminas-filter": "^2.23.0",
- "laminas/laminas-http": "^2.17.0",
+ "laminas/laminas-db": "^2.16",
+ "laminas/laminas-filter": "^2.28.1",
+ "laminas/laminas-http": "^2.18",
"laminas/laminas-i18n": "^2.19",
- "laminas/laminas-session": "^2.13.0",
+ "laminas/laminas-session": "^2.15",
"laminas/laminas-uri": "^2.10.0",
- "phpunit/phpunit": "^9.5.25",
- "psalm/plugin-phpunit": "^0.18.0",
+ "phpunit/phpunit": "^9.5.26",
+ "psalm/plugin-phpunit": "^0.18.3",
"psr/http-client": "^1.0.1",
"psr/http-factory": "^1.0.1",
- "vimeo/psalm": "^4.28"
+ "vimeo/psalm": "^5.0"
},
"suggest": {
"laminas/laminas-db": "Laminas\\Db component, required by the (No)RecordExists validator",