Skip to content

Commit bbbd3e1

Browse files
authored
Support Guzzle 7 (#294)
* Support Guzzle 7 Upgrade Guzzle version (needed for usage in Laravel 8) * Update composer.json
1 parent 20808ab commit bbbd3e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"test:syntax": "./vendor/bin/php-cs-fixer fix ./src --dry-run --stop-on-violation --using-cache=no"
1919
},
2020
"require": {
21-
"php": "^7.2",
21+
"php": ">=7.2",
2222
"ext-curl": "*",
2323
"ext-json": "*",
2424
"ext-mbstring": "*",
2525
"ext-openssl": "*",
26-
"guzzlehttp/guzzle": "^6.2",
26+
"guzzlehttp/guzzle": "^7.0.1|^6.2",
2727
"web-token/jwt-signature": "^2.0",
2828
"web-token/jwt-key-mgmt": "^2.0",
2929
"web-token/jwt-signature-algorithm-ecdsa": "^2.0",

0 commit comments

Comments
 (0)