From d62bc3d0a8513d75f8a8afbbb37275f8a818d1be Mon Sep 17 00:00:00 2001 From: Mariano Goldman Date: Wed, 2 Dec 2020 23:20:53 -0300 Subject: [PATCH] chore: allow php 8 as a platform requirement (#104) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2fa38d6..63958c6 100755 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "homepage": "https://github.com/faustbrian" }], "require": { - "php": "^7.2", + "php": "^7.4|^8.0", "guzzlehttp/guzzle": "^6.5|^7.0", "illuminate/support": "^6.0|^7.0|^8.0" },