From da8da25c2df8d4ff7cd1b0dc87c34f93ba0f5296 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 19 Nov 2020 07:48:58 +0100 Subject: update to 2.5.0 raise dependency on PHP 7.3 switch to phpunit9 --- composer.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 3ec4db4..f6f476a 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ } }, "require": { - "php": "^7.1", + "php": "^7.3 || ~8.0.0", "laminas/laminas-zendframework-bridge": "^1.0", "psr/http-factory": "^1.0", "psr/http-message": "^1.0" @@ -38,10 +38,11 @@ "ext-dom": "*", "ext-gd": "*", "ext-libxml": "*", - "http-interop/http-factory-tests": "^0.5.0", + "http-interop/http-factory-tests": "^0.8.0", "laminas/laminas-coding-standard": "~1.0.0", - "php-http/psr7-integration-tests": "^1.0", - "phpunit/phpunit": "^7.5.18" + "php-http/psr7-integration-tests": "^1.1", + "phpspec/prophecy-phpunit": "^2.0", + "phpunit/phpunit": "^9.1" }, "provide": { "psr/http-factory-implementation": "1.0", -- cgit