Skip to content

Commit

Permalink
Update guzzlehttp/guzzle minimum requirement
Browse files Browse the repository at this point in the history
Hello!

Great package, thanks! Having an issue though when using `composer update --prefer-lowest`. Guzzlehttp (curl) breaks if the authentication with Toggl doesn't work. Updating to a minimum of 6.3 makes the stars shine again.
  • Loading branch information
godbout authored Mar 3, 2019
1 parent d9327e2 commit 38c8ce6
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 @@ -19,7 +19,7 @@
}
},
"require": {
"guzzlehttp/guzzle": "^6.0"
"guzzlehttp/guzzle": "^6.3"
},
"require-dev": {
"squizlabs/php_codesniffer": "2.*",
Expand Down

0 comments on commit 38c8ce6

Please sign in to comment.