summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-10-11 12:38:22 +0200
committerRemi Collet <remi@php.net>2021-10-11 12:38:22 +0200
commitbd791ed87aa341b02c91ccf65e6dda2e8af80b91 (patch)
tree90f3edf917b66e542d9b482c528ccd078e50ffe9 /composer.json
parentd40fcf8ef7be859ef3a56a1d1ec416341c569523 (diff)
update to 3.4.0
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 1677bc4..9b7c5a5 100644
--- a/composer.json
+++ b/composer.json
@@ -25,13 +25,13 @@
}
},
"require": {
- "php": "^7.3 || ~8.0.0",
+ "php": "^7.3 || ~8.0.0 || ~8.1.0",
"ext-mbstring": "*",
"laminas/laminas-zendframework-bridge": "^1.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~1.0.0",
- "phpunit/phpunit": "^9.3"
+ "phpunit/phpunit": "^9.5.5"
},
"suggest": {
"ext-bcmath": "If using the bcmath functionality",