Skip to content

Commit 86adc44

Browse files
committed
Moved guzzle6-adapter out of dev dependencies
1 parent d4c8ebe commit 86adc44

File tree

2 files changed

+527
-527
lines changed

2 files changed

+527
-527
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@
4646
"nesbot/carbon": "^2.16",
4747
"ext-json": "*",
4848
"php-http/message": "^1.8",
49-
"guzzlehttp/psr7": "^1.6"
49+
"guzzlehttp/psr7": "^1.6",
50+
"php-http/guzzle6-adapter": "^1.0 || ^2.0"
5051
},
5152
"require-dev": {
5253
"phpunit/phpunit": "^8.0 || ^9.0",
5354
"squizlabs/php_codesniffer": "^3.0",
54-
"php-http/guzzle6-adapter": "^1.0 || ^2.0",
5555
"phpfastcache/phpfastcache": "^7.1"
5656
},
5757
"autoload": {

0 commit comments

Comments
 (0)