summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-12-14 15:23:11 +0100
committerRemi Collet <remi@php.net>2022-12-14 15:23:11 +0100
commitc3a95f5227935682f95c456f1ec2c7f6b16e95b7 (patch)
tree40d0ee7de40ba051d0018e190fbd02aaf2b407a3 /composer.json
parent0957fd75a1a480533a5236c5c4e1738a43cebb39 (diff)
update to 2.29.0
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",