From 2095baf4ce29a74bc4f6ffe4bf5f0c9484f9283b Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Wed, 20 Jan 2021 21:25:40 -0800 Subject: [PATCH] Set this correctly --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 11eff9a4..84679184 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ } ], "require": { - "php": "^7.4 | ^8.0", + "php": "^7.4 || ^8.0", "ext-json": "*", "ext-mbstring": "*", "ext-pdo_mysql": "*",