summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-03-02 14:56:20 +0100
committerRemi Collet <remi@php.net>2023-03-02 14:56:20 +0100
commite9bad46e12143269630bdf99304b6f7381ccbac1 (patch)
tree55e928d86fc037be8cabc8e8f6fddaa2ef396595 /composer.json
parent16edd261c907a49bf877ffac7ceeffcfbee52a61 (diff)
update to 2.16.0HEADmaster
raise dependency on PHP 8.1
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/composer.json b/composer.json
index 12df4be..433900a 100644
--- a/composer.json
+++ b/composer.json
@@ -18,7 +18,7 @@
"config": {
"sort-packages": true,
"platform": {
- "php": "8.0.99"
+ "php": "8.1.99"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
@@ -27,7 +27,7 @@
"extra": {
},
"require": {
- "php": "~8.0.0 || ~8.1.0 || ~8.2.0",
+ "php": "~8.1.0 || ~8.2.0",
"laminas/laminas-code": "^4.4",
"laminas/laminas-http": "^2.15",
"laminas/laminas-math": "^3.4.0",
@@ -36,10 +36,10 @@
"laminas/laminas-xml": "^1.4.0"
},
"require-dev": {
- "laminas/laminas-coding-standard": "~2.4.0",
- "phpunit/phpunit": "^9.5.26",
- "psalm/plugin-phpunit": "^0.18.0",
- "vimeo/psalm": "^4.29.0"
+ "laminas/laminas-coding-standard": "~2.5.0",
+ "phpunit/phpunit": "^10.0",
+ "psalm/plugin-phpunit": "^0.18.4",
+ "vimeo/psalm": "^5.4"
},
"suggest": {
"laminas/laminas-cache": "To support Laminas\\XmlRpc\\Server\\Cache usage"