From a719c185b0dea00d31b92246ab97956c4f8c491f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 25 Nov 2020 10:42:44 +0100 Subject: update to 1.1.5 (no change) --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 11758fe..8645893 100644 --- a/composer.json +++ b/composer.json @@ -6,11 +6,11 @@ "authors": [ { "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "homepage": "https://www.php-fig.org/" } ], "require": { - "php": "^5.3 || ^7.0" + "php": "^5.3 || ^7.0 || ^8.0" }, "suggest": { "psr/http-message": "The package containing the PSR-7 interfaces" -- cgit