Skip to content

Commit

Permalink
allow higher guzzle versions
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed Sep 10, 2020
1 parent 6a840ec commit 102a770
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
/.idea
/.history
/.vscode
/tests/databases
/vendor
.DS_Store
.phpunit.result.cache
composer.phar
composer.lock
composer.lock
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"require": {
"php": ">=5.6.4",
"laravel/framework": ">=5.4",
"guzzlehttp/guzzle": "^6.0",
"guzzlehttp/guzzle": ">=6.0",
"jenssegers/agent": "2.6.*"
},
"require-dev": {
Expand Down

0 comments on commit 102a770

Please sign in to comment.