We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20808ab commit bbbd3e1Copy full SHA for bbbd3e1
composer.json
@@ -18,12 +18,12 @@
18
"test:syntax": "./vendor/bin/php-cs-fixer fix ./src --dry-run --stop-on-violation --using-cache=no"
19
},
20
"require": {
21
- "php": "^7.2",
+ "php": ">=7.2",
22
"ext-curl": "*",
23
"ext-json": "*",
24
"ext-mbstring": "*",
25
"ext-openssl": "*",
26
- "guzzlehttp/guzzle": "^6.2",
+ "guzzlehttp/guzzle": "^7.0.1|^6.2",
27
"web-token/jwt-signature": "^2.0",
28
"web-token/jwt-key-mgmt": "^2.0",
29
"web-token/jwt-signature-algorithm-ecdsa": "^2.0",
0 commit comments