From 7b1277fcf74a53373b3b7b1f765355e137ea1920 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 11 Oct 2022 08:39:43 +0200 Subject: update to 2.19.0 raise dependency on PHP 8.0 --- composer.json | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 3507007..67be247 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ }, "sort-packages": true, "platform": { - "php": "7.3.99" + "php": "8.0.99" } }, "extra": { @@ -34,7 +34,7 @@ } }, "require": { - "php": "^7.3 || ~8.0.0 || ~8.1.0", + "php": "~8.0.0 || ~8.1.0 || ~8.2.0", "psr/http-factory": "^1.0", "psr/http-message": "^1.0" }, @@ -44,19 +44,17 @@ "ext-gd": "*", "ext-libxml": "*", "http-interop/http-factory-tests": "^0.9.0", - "laminas/laminas-coding-standard": "~2.3.0", + "laminas/laminas-coding-standard": "^2.4.0", "php-http/psr7-integration-tests": "^1.1.1", - "phpspec/prophecy-phpunit": "^2.0", - "phpunit/phpunit": "^9.5", + "phpunit/phpunit": "^9.5.25", "psalm/plugin-phpunit": "^0.17.0", - "vimeo/psalm": "^4.24.0" + "vimeo/psalm": "^4.28" }, "provide": { "psr/http-factory-implementation": "1.0", "psr/http-message-implementation": "1.0" }, "conflict": { - "phpspec/prophecy": "<1.9.0", "zendframework/zend-diactoros": "*" }, "autoload": { -- cgit