From 16edd261c907a49bf877ffac7ceeffcfbee52a61 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 16 Nov 2022 14:01:48 +0100 Subject: update to 2.15.0 raise dependency on PHP 8.0 --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 99cb32c..12df4be 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "config": { "sort-packages": true, "platform": { - "php": "7.4.99" + "php": "8.0.99" }, "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true @@ -27,7 +27,7 @@ "extra": { }, "require": { - "php": "^7.4 || ~8.0.0 || ~8.1.0", + "php": "~8.0.0 || ~8.1.0 || ~8.2.0", "laminas/laminas-code": "^4.4", "laminas/laminas-http": "^2.15", "laminas/laminas-math": "^3.4.0", @@ -37,9 +37,9 @@ }, "require-dev": { "laminas/laminas-coding-standard": "~2.4.0", - "phpunit/phpunit": "^9.5.8", - "psalm/plugin-phpunit": "^0.17.0", - "vimeo/psalm": "^4.24" + "phpunit/phpunit": "^9.5.26", + "psalm/plugin-phpunit": "^0.18.0", + "vimeo/psalm": "^4.29.0" }, "suggest": { "laminas/laminas-cache": "To support Laminas\\XmlRpc\\Server\\Cache usage" -- cgit