Skip to content

Commit

Permalink
added missing guzzle dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
realshadow committed Jul 7, 2017
1 parent d38e467 commit f3140b7
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 @@ -20,6 +20,7 @@
"php": "^5.6.0 || ^7.0",
"jms/serializer": "^1.7",
"illuminate/support": "^5.4",
"myclabs/php-enum": "^1.5"
"myclabs/php-enum": "^1.5",
"guzzlehttp/guzzle": "^6.3"
}
}

0 comments on commit f3140b7

Please sign in to comment.