diff --git a/README.md b/README.md index 787a7f5..134e79a 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ var_dump($client->searchPerson('ola bull'));; ## Changelog +* **0.5.6** - Updated dependencies * **0.5.5** - Added first() and eq() to result class * **0.5.4** - Bugfixes * **0.5.3** - Bugfixes diff --git a/composer.json b/composer.json index f55fa4f..b32e65f 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "andersevenrud/1881", "description": "API Library for 1881", "license": "MIT", - "version": "0.5.5", + "version": "0.5.6", "authors": [ { "name": "Anders Evenrud", @@ -12,12 +12,12 @@ ], "require": { "php": ">=5.6.4", - "firebase/php-jwt": "^4.0", - "guzzlehttp/guzzle": "^6.2" + "firebase/php-jwt": "^5.0", + "guzzlehttp/guzzle": "^6.3" }, "autoload": { "psr-4": { "DM1881\\": "src/DM1881" } } -} +} \ No newline at end of file