From fe9cb016d1f15e8c7c7624862604c139c6e8cbd1 Mon Sep 17 00:00:00 2001 From: Maks Verver Date: Sat, 16 Mar 2024 02:13:17 +0100 Subject: [PATCH] Update composer.json to allow PHP 8 (#12) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c5c88d0..a045859 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ } ], "require": { - "php": "~5.4 || ~7.0" + "php": "~5.4 || ~7.0 || ~8.0" }, "autoload": { "psr-4": { "Pubsubhubbub\\Subscriber\\": "src/" }