Skip to content

Commit

Permalink
Support guzzle v7
Browse files Browse the repository at this point in the history
  • Loading branch information
jestillore committed Jun 14, 2021
1 parent 10a64fe commit bb03def
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 @@ -3,7 +3,7 @@
"description": "Google Maps Geocoder",
"type": "library",
"require": {
"guzzlehttp/guzzle": "^6.3",
"guzzlehttp/guzzle": "^6.3|^7.0",
"illuminate/support": "^5.5|^6.0|^7.0|^8.0",
"ext-json": "*"
},
Expand Down

0 comments on commit bb03def

Please sign in to comment.