From bb6cbc22e9d697a9afbe24cda181a3aceb8f4b9e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 17 Oct 2022 14:32:56 +0200 Subject: update to 3.6.0 raise dependency on PHP 8.0 --- composer.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index af1f8b9..69eb9a2 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,10 @@ "forum": "https://discourse.laminas.dev" }, "config": { - "sort-packages": true + "sort-packages": true, + "allow-plugins": { + "dealerdirect/phpcodesniffer-composer-installer": true + } }, "extra": { "branch-alias": { @@ -25,12 +28,12 @@ } }, "require": { - "php": "^7.3 || ~8.0.0 || ~8.1.0", + "php": "~8.0.0 || ~8.1.0 || ~8.2.0", "ext-mbstring": "*" }, "require-dev": { - "laminas/laminas-coding-standard": "~1.0.0", - "phpunit/phpunit": "^9.5.5" + "laminas/laminas-coding-standard": "~2.4.0", + "phpunit/phpunit": "~9.5.25" }, "suggest": { "ext-bcmath": "If using the bcmath functionality", -- cgit