From 12a8877f30f14a63cb367ad3fe16bfcf889a399d Mon Sep 17 00:00:00 2001 From: Alex Plekhanov <1451894+alexsoft@users.noreply.github.com> Date: Wed, 24 Nov 2021 15:25:17 +0100 Subject: [PATCH] Fixed version constraints --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fc17cbc..7729987 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ } ], "require": { - "php": "^7.3 | ~8.0.0 | ~8.1.0", + "php": "^7.3 || ~8.0.0 || ~8.1.0", "guzzlehttp/guzzle": "^6.2 || ^7.0", "illuminate/notifications": "~5.5 || ~6.0 || ~7.0 || ~8.0", "illuminate/support": "~5.5 || ~6.0 || ~7.0 || ~8.0"