We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 968fa93 + 77577e1 commit 347e359Copy full SHA for 347e359
1 file changed
composer.json
@@ -23,12 +23,12 @@
23
"ext-curl": "*",
24
"ext-json": "*",
25
"ext-mbstring": "*",
26
- "guzzlehttp/guzzle": "^6.2"
+ "guzzlehttp/guzzle": "^6.2 || ^7.0",
27
+ "guzzlehttp/psr7": "^1.8"
28
},
29
"require-dev": {
30
"phpunit/phpunit": "^7.4",
- "squizlabs/php_codesniffer": "~2.6",
31
- "friendsofphp/php-cs-fixer": "~2.12"
+ "friendsofphp/php-cs-fixer": "^2.12"
32
33
"autoload": {
34
"psr-4": { "Messente\\Api\\" : "lib/" }
0 commit comments