Skip to content

Commit

Permalink
Require at least Guzzle 5.1 but less than 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atheken committed Jun 23, 2015
1 parent f02322f commit dcdfd01
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 86 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "wildbit/postmark-php",
"license" : "MIT",
"license": "MIT",
"description": "The officially supported client for Postmark (http://postmarkapp.com)",
"require": {
"php": ">=5.4.0",
"guzzlehttp/guzzle": ">= 5.1.0"
"guzzlehttp/guzzle": "~5.1.0"
},
"require-dev": {
"phpunit/phpunit": "4.4.0"
"phpunit/phpunit": "4.4.0"
},
"autoload": {
"psr-0": {
"Postmark\\" : "src/"
"Postmark\\": "src/"
}
},
"autoload-dev": {
Expand All @@ -23,4 +23,4 @@
"scripts": {
"test": "phpunit"
}
}
}
145 changes: 64 additions & 81 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dcdfd01

Please sign in to comment.