From f36254b9ffe34c48f6bd9b0ab934861db91fd1e2 Mon Sep 17 00:00:00 2001 From: Kevin Olson Date: Tue, 1 Dec 2020 22:21:01 -0600 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20deps=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9650014..e41ade1 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "require": { "illuminate/support": "5.* || 6.* || 7.* || 8.*", "jasongrimes/paginator": "^1.0", - "php": "^7.4 || ^8.0", + "php": "^7.4|^8.0", "ext-json": "*" }, "autoload": {