From 49e683ec6d0a7a60d13f284959fb28b445832826 Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Fri, 12 Jan 2018 14:10:22 +0100 Subject: [PATCH] change composer.json for uninstallable version, as long as no PHP 7.1 version exists --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 436df03..2bb3d26 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ } }, "require": { - "php": "7.1.*", + "php": "8.1.*", "ext-ionCube-Loader": "*", "oxid-esales/oxideshop-ce": "6.0.x" },