Skip to content

Commit

Permalink
Fixing overly restrictive guzzle requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
atheken committed Jun 24, 2015
1 parent dcdfd01 commit 000ba13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "The officially supported client for Postmark (http://postmarkapp.com)",
"require": {
"php": ">=5.4.0",
"guzzlehttp/guzzle": "~5.1.0"
"guzzlehttp/guzzle": "~5.1"
},
"require-dev": {
"phpunit/phpunit": "4.4.0"
Expand Down

0 comments on commit 000ba13

Please sign in to comment.