From bd791ed87aa341b02c91ccf65e6dda2e8af80b91 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 11 Oct 2021 12:38:22 +0200 Subject: update to 3.4.0 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'composer.json') 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", -- cgit