From 445a62b8b8de102c3ecf4243cb05b3d670ae1192 Mon Sep 17 00:00:00 2001 From: Juan Rocha Date: Thu, 5 Jan 2023 10:44:00 +0100 Subject: [PATCH] Fixed semantic of composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2fe6c7e..ed06bac 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ } ], "require": { - "php": "^7.4|^8", + "php": "^7.4 || ^8.0", "ext-json": "*", "ext-pdo": "*", "ext-bcmath": "*",