From c02a04ab7238b7ec7c99b030c68487bdb4e9fca5 Mon Sep 17 00:00:00 2001 From: James Bell Date: Wed, 20 Jul 2016 08:48:10 +0100 Subject: [PATCH] Updated guzzle dependency and bumped version number since mx record bug fix --- composer.json | 2 +- composer.lock | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/composer.json b/composer.json index 1b48369..514cbc5 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "jamesryanbell/cloudflare", "description": "CloudFlare API - PHP", "license": "MIT", - "version": "1.6.6", + "version": "1.6.7", "keywords": ["cloudflare", "api"], "authors": [ { diff --git a/composer.lock b/composer.lock index 5d9cd85..75755df 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "2b7d746494194e968c88ed1715dd16ae", - "content-hash": "168bd45822a5b9718aaf46993a8a2449", + "hash": "6cff226e130c0fd48d71a54900ad5f84", + "content-hash": "efcfbb7811d4f69fceda9e8b9f8a6c86", "packages": [], "packages-dev": [ { @@ -64,27 +64,27 @@ }, { "name": "guzzlehttp/guzzle", - "version": "6.2.0", + "version": "6.2.1", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "d094e337976dff9d8e2424e8485872194e768662" + "reference": "3f808fba627f2c5b69e2501217bf31af349c1427" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/d094e337976dff9d8e2424e8485872194e768662", - "reference": "d094e337976dff9d8e2424e8485872194e768662", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/3f808fba627f2c5b69e2501217bf31af349c1427", + "reference": "3f808fba627f2c5b69e2501217bf31af349c1427", "shasum": "" }, "require": { - "guzzlehttp/promises": "~1.0", - "guzzlehttp/psr7": "~1.1", - "php": ">=5.5.0" + "guzzlehttp/promises": "^1.0", + "guzzlehttp/psr7": "^1.3.1", + "php": ">=5.5" }, "require-dev": { "ext-curl": "*", - "phpunit/phpunit": "~4.0", - "psr/log": "~1.0" + "phpunit/phpunit": "^4.0", + "psr/log": "^1.0" }, "type": "library", "extra": { @@ -122,7 +122,7 @@ "rest", "web service" ], - "time": "2016-03-21 20:02:09" + "time": "2016-07-15 17:22:37" }, { "name": "guzzlehttp/promises",