Skip to content

Commit

Permalink
Merge pull request #33 from keradus/relax_versioning
Browse files Browse the repository at this point in the history
relax guzzle version requirements; version 6.0.0 and above should all work just fine. Thanks @keradus!
  • Loading branch information
Charlie Chrisman committed Feb 29, 2016
2 parents 23c11ff + 837fd89 commit 3b9ccc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Add `plivo/plivo-php` as a dependency in your project's `composer.json` file:
```json
{
"require": {
"plivo/plivo-php": "v1.1.1"
"plivo/plivo-php": "^1.0"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
"license": "MIT",
"require": {
"guzzlehttp/guzzle": "v6.1.1"
"guzzlehttp/guzzle": "^6.0"
},
"autoload": {
"classmap": ["plivo.php"]
Expand Down

0 comments on commit 3b9ccc7

Please sign in to comment.