From 44fe4b166c17c8edd5366acee6c7aefd7ca91eef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonah=20B=C3=B6ther?= Date: Sun, 3 Jan 2021 21:08:33 +0100 Subject: [PATCH] Update to jbtcd/fitbit 0.8 --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 1f1e8f3..4082ee7 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "symfony/config": "^5.0 || ^4.4", "symfony/dependency-injection": "^5.0 || ^4.4", "symfony/http-kernel": "^5.0 || ^4.4", - "jbtcd/fitbit": "^0.7.0" + "jbtcd/fitbit": "^0.8.0" }, "require-dev": { "phpunit/phpunit": "^9.5", diff --git a/composer.lock b/composer.lock index 564cdc2..9b5a7bd 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "932d5f1aa1b2dc93cb39faa6e7d3a782", + "content-hash": "01dc6ba42036691dbf080712b99ddeb5", "packages": [ { "name": "jbtcd/fitbit", - "version": "0.7.0", + "version": "0.8.0", "source": { "type": "git", "url": "https://github.com/jbtcd/fitbit-sdk-php.git", - "reference": "a6a4032eaca577d472917d40c630791066677a23" + "reference": "d6f80c8da11ff542c483245a019eee6aa9946b3c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/jbtcd/fitbit-sdk-php/zipball/a6a4032eaca577d472917d40c630791066677a23", - "reference": "a6a4032eaca577d472917d40c630791066677a23", + "url": "https://api.github.com/repos/jbtcd/fitbit-sdk-php/zipball/d6f80c8da11ff542c483245a019eee6aa9946b3c", + "reference": "d6f80c8da11ff542c483245a019eee6aa9946b3c", "shasum": "" }, "require": { @@ -61,7 +61,7 @@ ], "support": { "issues": "https://github.com/jbtcd/fitbit-sdk-php/issues", - "source": "https://github.com/jbtcd/fitbit-sdk-php/tree/0.7.0" + "source": "https://github.com/jbtcd/fitbit-sdk-php/tree/0.8.0" }, "funding": [ { @@ -73,7 +73,7 @@ "type": "github" } ], - "time": "2020-12-23T23:02:22+00:00" + "time": "2021-01-03T20:06:50+00:00" }, { "name": "psr/container",