From 1f18a2b3136c0318142b8d14b2c680bc5d4ea794 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Mon, 13 Oct 2014 14:00:45 +0200 Subject: [PATCH 1/2] Change PHP version constraint to support PHP 7 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 422dbaf..d8644c2 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php": "~5.3" + "php": ">=5.3" }, "require-dev": { "ext-phar": "*", From f061de22c190a9a90324d85f7887a0f7efc79d3c Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Mon, 13 Oct 2014 14:58:04 +0200 Subject: [PATCH 2/2] #11 - bumping PHP supported versions to include PHP7 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d8644c2..89d59f6 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php": ">=5.3" + "php": ">=5.3,<8.0-DEV" }, "require-dev": { "ext-phar": "*",