Skip to content

Commit c5ef69d

Browse files
authored
Merge pull request #18 from bensherred/hotfix/guzzle-client
Moved Guzzle Adapter out of require-dev
2 parents 82d810e + 03e9d87 commit c5ef69d

File tree

2 files changed

+467
-376
lines changed

2 files changed

+467
-376
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@
4747
"ext-json": "*",
4848
"phpfastcache/phpfastcache": "^7.1",
4949
"php-http/message": "^1.8",
50-
"guzzlehttp/psr7": "^1.6"
50+
"guzzlehttp/psr7": "^1.6",
51+
"php-http/guzzle6-adapter": "^1.0 || ^2.0"
5152
},
5253
"require-dev": {
5354
"phpunit/phpunit": "^8.0 || ^9.0",
54-
"squizlabs/php_codesniffer": "^3.0",
55-
"php-http/guzzle6-adapter": "^1.0 || ^2.0"
55+
"squizlabs/php_codesniffer": "^3.0"
5656
},
5757
"autoload": {
5858
"psr-4": {

0 commit comments

Comments
 (0)