diff --git a/build.xml b/build.xml index 203bd6e6..3c78eb99 100644 --- a/build.xml +++ b/build.xml @@ -189,6 +189,6 @@ - + diff --git a/composer.json b/composer.json index 717557bf..10012cf8 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ } ], "require": { - "php": "^7.3", + "php": "^7.3||^8.0", "ql/uri-template": "~1.0", "vanilla/garden-cli": "~3.0", "michelf/php-markdown": "~1.9",