From 238cfffd8fe2dd9c40f965b6b1b53198bf01158d Mon Sep 17 00:00:00 2001 From: DanielS Date: Sun, 12 Jul 2020 10:41:04 +0200 Subject: [PATCH] Make available for php 7.4 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a6b4d5d7..9030fa86 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ } }, "require": { - "php": "7.1 - 7.3", "ext-ionCube-Loader": "*", + "php": "7.1 - 7.4", "ext-ionCube-Loader": "*", "oxid-esales/oxideshop-ce": "6.0 - 6.5", "ext-openssl": "*", "ext-mbstring": "*",