From b0a4c653da20a692c2f67e7055c2ab59d7d2576a Mon Sep 17 00:00:00 2001 From: Brent Shaffer Date: Tue, 18 Oct 2016 10:55:25 -0700 Subject: [PATCH 1/2] updates composer dependencies --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 5b623904d..1ff49899a 100644 --- a/composer.json +++ b/composer.json @@ -7,9 +7,9 @@ "license": "Apache-2.0", "require": { "php": ">=5.4", - "google/auth": "0.10", - "google/apiclient-services": "^0.7", - "firebase/php-jwt": "~2.0|~3.0", + "google/auth": "~0.11", + "google/apiclient-services": "^0.8", + "firebase/php-jwt": "~2.0|~3.0|~4.0", "monolog/monolog": "^1.17", "phpseclib/phpseclib": "~2.0", "guzzlehttp/guzzle": "~5.2|~6.0", From 98c0a579ed9c07686a566d45b6fb4bbd7a123a25 Mon Sep 17 00:00:00 2001 From: Brent Shaffer Date: Wed, 19 Oct 2016 13:00:05 -0700 Subject: [PATCH 2/2] uses caret instead of tilde --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1ff49899a..2249afc3d 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "license": "Apache-2.0", "require": { "php": ">=5.4", - "google/auth": "~0.11", + "google/auth": "^0.11", "google/apiclient-services": "^0.8", "firebase/php-jwt": "~2.0|~3.0|~4.0", "monolog/monolog": "^1.17",