Skip to content

Commit

Permalink
chore: bump guzzle version
Browse files Browse the repository at this point in the history
  • Loading branch information
pactode committed Nov 11, 2020
1 parent 23a4e07 commit a6b03eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"require": {
"php": "^7.2|^7.3|^7.4",
"guzzlehttp/guzzle": "^6.3",
"guzzlehttp/guzzle": "^6.3|^7.0",
"illuminate/auth": "~5.8.0|^6.0|^7.0|^8.0",
"illuminate/contracts": "~5.8.0|^6.0|^7.0|^8.0",
"illuminate/database": "~5.8.0|^6.0|^7.0|^8.0",
Expand All @@ -24,11 +24,11 @@
"orchestra/testbench": "^4.0|^5.0|^6.0",
"laravel/passport": "^7.0|^8.0|^9.0|^10.0",
"phpunit/phpunit": "^7.0|^8.0|^9.0",
"tymon/jwt-auth": "1.0.x-dev"
"tymon/jwt-auth": "^1.0"
},
"suggest": {
"laravel/passport": "Required when using the passport proxy",
"tymon/jwt-auth": "Required when using the jwt proxy. For now support is limited to 1.0.0-rc.*"
"tymon/jwt-auth": "Required when using the jwt proxy"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit a6b03eb

Please sign in to comment.