Skip to content

Commit

Permalink
Merge pull request #1 from vdbelt/dependencies-update
Browse files Browse the repository at this point in the history
Bumped firebase/php-jwt and guzzle dependencies
  • Loading branch information
andersevenrud committed Jan 23, 2018
2 parents e607443 + ba45f43 commit 5931cb9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -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",
Expand All @@ -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"
}
}
}
}

0 comments on commit 5931cb9

Please sign in to comment.