Skip to content

Commit

Permalink
Moved guzzle6-adapter out of dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bensherred committed May 11, 2020
1 parent d4c8ebe commit 86adc44
Show file tree
Hide file tree
Showing 2 changed files with 527 additions and 527 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@
"nesbot/carbon": "^2.16",
"ext-json": "*",
"php-http/message": "^1.8",
"guzzlehttp/psr7": "^1.6"
"guzzlehttp/psr7": "^1.6",
"php-http/guzzle6-adapter": "^1.0 || ^2.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0 || ^9.0",
"squizlabs/php_codesniffer": "^3.0",
"php-http/guzzle6-adapter": "^1.0 || ^2.0",
"phpfastcache/phpfastcache": "^7.1"
},
"autoload": {
Expand Down
Loading

0 comments on commit 86adc44

Please sign in to comment.