From 6c5b892829bfb560b3a14ef69b843e75bd5f53c3 Mon Sep 17 00:00:00 2001 From: pkamps Date: Tue, 2 Apr 2019 18:42:29 +0200 Subject: [PATCH] Forcing a PHP7 version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 99493ccf769..2593f816d4d 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "ezsystems/eztags-ls": "eztags is a full tagging/taxonomy solution for eZ Publish replacing the simpler builtin ezkeywords datatype" }, "require": { - "php": "~5.5|~7.0", + "php": "^7.1", "ext-dom": "*", "ext-libxml": "*", "ext-mbstring": "*",