From b663fe4d70b7db3f021e5c3c292de4f609dbd251 Mon Sep 17 00:00:00 2001 From: Anatoly Nekhay Date: Fri, 4 Dec 2020 14:02:49 +0500 Subject: [PATCH] support php8 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 05e1d29..0797588 100644 --- a/composer.json +++ b/composer.json @@ -17,12 +17,12 @@ } ], "require": { - "php": "^7.1", + "php": ">=7.1", "psr/http-factory": "^1.0", "psr/http-message": "^1.0" }, "require-dev": { - "phpunit/phpunit": "7.5.6", + "phpunit/phpunit": ">=7.5.6", "php-http/psr7-integration-tests": "dev-master" }, "provide": {