From 5e9b99c10f3903202e5ff8abf129c555e55d98ff Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Wed, 20 Dec 2017 10:59:21 +0100 Subject: [PATCH] adjust php requirements --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cab9a6b..436df03 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ } }, "require": { - "php": ">=5.6", + "php": "7.1.*", "ext-ionCube-Loader": "*", "oxid-esales/oxideshop-ce": "6.0.x" },