From 75e67918585f87ff4e7bd465a89c840782356705 Mon Sep 17 00:00:00 2001 From: Jeffrey Cafferata Date: Fri, 4 Aug 2017 16:18:05 +0200 Subject: [PATCH] Changes the composer PHP requirement to the caret version range for PHP 7.x --- composer.json | 2 +- composer.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 8d10562d..3bd7af95 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ } ], "require": { - "php": "^5.6 || >=7.0", + "php": "^5.6 || ^7.0", "ext-curl": "*", "ext-json": "*", "ext-mbstring": "*", diff --git a/composer.lock b/composer.lock index d8d02f7d..cbaba82e 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "79d27e28ecf9010583006e298181b916", + "content-hash": "f529f08891b59855f36cef915f834ffa", "packages": [ { "name": "guzzlehttp/guzzle", @@ -1559,7 +1559,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "^5.6 || >=7.0", + "php": "^5.6 || ^7.0", "ext-curl": "*", "ext-json": "*", "ext-mbstring": "*"