summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-12-13 15:39:48 +0100
committerRemi Collet <remi@php.net>2022-12-13 15:39:48 +0100
commit27ea7e48d03fb788ddfde7711d6fab989fac5bf5 (patch)
tree6fe063d62d6363de41c29c4a413efeeb08e2ef35 /composer.json
parentf836874313832cbee2b548a14bf7cbc106c17f1b (diff)
update to 3.7.0
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 34f6a29..b03083c 100644
--- a/composer.json
+++ b/composer.json
@@ -27,17 +27,17 @@
}
},
"require": {
- "php": "^7.4 || ~8.0.0 || ~8.1.0",
+ "php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0",
"laminas/laminas-http": "^2.15.1",
"laminas/laminas-json": "^3.3.0",
"laminas/laminas-server": "^2.11.0"
},
"require-dev": {
"ext-json": "*",
- "laminas/laminas-coding-standard": "^2.3",
- "phpunit/phpunit": "^9.5.11",
- "psalm/plugin-phpunit": "^0.17.0",
- "vimeo/psalm": "^4.18.0"
+ "laminas/laminas-coding-standard": "^2.4.0",
+ "phpunit/phpunit": "^9.5.26",
+ "psalm/plugin-phpunit": "^0.18.0",
+ "vimeo/psalm": "^5.0.0"
},
"conflict": {
"laminas/laminas-stdlib": "<3.2.1"