From 30a134319b743b77e06b9921e94316f8be90223a Mon Sep 17 00:00:00 2001 From: Daniel Leech Date: Sun, 31 Jan 2021 16:43:00 +0000 Subject: [PATCH] Maestro adds support for PHP 8.0 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 928c9b35..76916e69 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ } ], "require": { - "php": "^7.3", + "php": "^7.3 || ^8.0", "webmozart/path-util": "^2.3" }, "require-dev": { @@ -44,4 +44,4 @@ "vendor/bin/phpunit" ] } -} \ No newline at end of file +}