Skip to content

Commit

Permalink
Merge pull request #2 from Jeroen-G/master
Browse files Browse the repository at this point in the history
Add Guzzle requirement
  • Loading branch information
bartjansen1989 authored Mar 20, 2019
2 parents d92cc00 + 535fbf6 commit ed201dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"homepage": "https://github.com/laveto/laravelmultivers",
"keywords": ["Laravel", "LaravelMultivers", "Multivers", "connector"],
"require": {
"illuminate/support": "~5"
"illuminate/support": "~5",
"guzzlehttp/guzzle": "~6.0"
},
"require-dev": {
"phpunit/phpunit": "~7.0",
Expand Down

0 comments on commit ed201dc

Please sign in to comment.