From d5b33d9275957a51526a2e3cb4002c3b0749ecfe Mon Sep 17 00:00:00 2001 From: David Young Date: Sun, 11 Oct 2020 11:23:08 -0500 Subject: [PATCH] Updated required PHP version syntax for consistency with the framework, updated the routing library's required Symfony routing dependency --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 54ef3a4..b4516e0 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ } }, "require": { - "php": "^8.0" + "php": ">=8.0" }, "require-dev": { "phpunit/phpunit": "~9.4"