summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-12-07 08:58:48 +0100
committerRemi Collet <remi@php.net>2022-12-07 08:58:48 +0100
commit6e98999e537da72abbeb97bba4d9e87815498f88 (patch)
tree11e5bd04340eca2fad92027336cb0a2a19bbb769 /composer.json
parente79e37b4e944d8565ab5f7f337404269c2801ce5 (diff)
update to 1.5.0 (no change)
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/composer.json b/composer.json
index f916943..bb87359 100644
--- a/composer.json
+++ b/composer.json
@@ -30,7 +30,7 @@
}
},
"require": {
- "php": "^7.4 || ~8.0.0 || ~8.1.0",
+ "php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0",
"laminas/laminas-filter": "^2.13.1",
"laminas/laminas-form": "^3.1",
"laminas/laminas-inputfilter": "^2.13",
@@ -40,10 +40,10 @@
"laminas/laminas-validator": "^2.15.1"
},
"require-dev": {
- "laminas/laminas-coding-standard": "~2.3.0",
- "phpunit/phpunit": "^9.5.11",
- "psalm/plugin-phpunit": "^0.17.0",
- "vimeo/psalm": "^4.24"
+ "laminas/laminas-coding-standard": "~2.4.0",
+ "phpunit/phpunit": "^9.5.26",
+ "psalm/plugin-phpunit": "^0.18.0",
+ "vimeo/psalm": "^4.29.0"
},
"conflict": {
"laminas/laminas-mvc": "<3.0.0",