From 36c695c46da7d18956e5817f2f21ae5240114789 Mon Sep 17 00:00:00 2001 From: Micha Ober Date: Sat, 10 Oct 2020 17:46:37 +0200 Subject: [PATCH] Declare compatibility with PHP 8.x --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9a82d99..8645893 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "require": { - "php": "^5.3 || ^7.0" + "php": "^5.3 || ^7.0 || ^8.0" }, "suggest": { "psr/http-message": "The package containing the PSR-7 interfaces"