Skip to content

Commit

Permalink
Support Guzzle 7 (#294)
Browse files Browse the repository at this point in the history
* Support Guzzle 7

Upgrade Guzzle version (needed for usage in Laravel 8)

* Update composer.json
  • Loading branch information
martijnb92 authored Sep 13, 2020
1 parent 20808ab commit bbbd3e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"test:syntax": "./vendor/bin/php-cs-fixer fix ./src --dry-run --stop-on-violation --using-cache=no"
},
"require": {
"php": "^7.2",
"php": ">=7.2",
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-openssl": "*",
"guzzlehttp/guzzle": "^6.2",
"guzzlehttp/guzzle": "^7.0.1|^6.2",
"web-token/jwt-signature": "^2.0",
"web-token/jwt-key-mgmt": "^2.0",
"web-token/jwt-signature-algorithm-ecdsa": "^2.0",
Expand Down

0 comments on commit bbbd3e1

Please sign in to comment.