From b57fcbeeaac56dfc91642652b0da98ce38be4e86 Mon Sep 17 00:00:00 2001 From: atymic Date: Wed, 2 Dec 2020 10:10:59 +1100 Subject: [PATCH] fix: tidy php version reqs --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index aadc0e6..82c6f06 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ } ], "require": { - "php": "^7.2|^8.0", + "php": "^7.2 || ^8.0", "ext-json": "*", "socialiteproviders/manager": "~4.0" },