From 8bc40b081f422fd492bf9a46f15345fbbe58f8bc Mon Sep 17 00:00:00 2001 From: Josh Cunningham Date: Mon, 26 Feb 2018 08:17:28 -0800 Subject: [PATCH 1/2] bumping JWT package version, fixes #210 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5e52f171..f153392d 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "php": "^5.5 || ^7.0", "guzzlehttp/guzzle": "~6.0", "ext-json": "*", - "firebase/php-jwt" : "^4.0" + "firebase/php-jwt" : "5.0" }, "require-dev": { "phpunit/phpunit": "^4.8 || ^5.7", From 3a661ef8ec046c1de88c281c60900d5e971a1e84 Mon Sep 17 00:00:00 2001 From: Josh Cunningham Date: Tue, 27 Feb 2018 10:34:19 -0800 Subject: [PATCH 2/2] include minor releases for JWT (even though they only do majors) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f153392d..ab4aec56 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "php": "^5.5 || ^7.0", "guzzlehttp/guzzle": "~6.0", "ext-json": "*", - "firebase/php-jwt" : "5.0" + "firebase/php-jwt" : "^5.0" }, "require-dev": { "phpunit/phpunit": "^4.8 || ^5.7",