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 +}