From 5393e54b1d4f4dab7711449d606c573e37111e06 Mon Sep 17 00:00:00 2001 From: Freek Van der Herten Date: Thu, 29 Oct 2020 19:13:02 +0100 Subject: [PATCH] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e818d06..409c03f 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ } ], "require": { - "php": "^7.2 || ^8.0" + "php": "^7.2|^8.0" }, "require-dev": { "larapack/dd": "^1.1",