Skip to content

Commit

Permalink
relax versions
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Feb 18, 2016
1 parent 23c11ff commit 837fd89
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 837fd89

Please sign in to comment.