From 11f59241c7c17ce909d92da847012a1f306e0a91 Mon Sep 17 00:00:00 2001 From: David Young Date: Sat, 3 Oct 2020 09:26:31 -0500 Subject: [PATCH] Relaxed PHP version constraint so that you can run Aphiria in PHP 8 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 123b1ea..500bcc5 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ } }, "require": { - "php": "^7.4" + "php": ">=7.4" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.0",