From a67fd2e75dcd095b33ebadb78b0590a08107a541 Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Tue, 28 Aug 2018 07:40:54 +0200 Subject: [PATCH] specify the supported php versions to avoid installing with unsupported versions --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index eef38927..a4054328 100644 --- a/composer.json +++ b/composer.json @@ -2,6 +2,7 @@ "name": "phpcr/phpcr-shell", "description": "Shell for PHPCR", "require": { + "php": "^5.6|^7.0", "symfony/console": "~2.8|~3.0", "jackalope/jackalope": "~1.1", "phpcr/phpcr": "~2.1",