From 4583d2b5d0c9eee615ac2770e2e86bed46f12f3f Mon Sep 17 00:00:00 2001 From: raydabbah Date: Thu, 26 Nov 2020 18:54:17 -0500 Subject: [PATCH] php8.0 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 22c3ffd..9de7983 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php" : "^7.3", + "php" : "^7.3|^8.0", "symfony/process": "^4.0|^5.0" }, "require-dev": {