Skip to content

Commit

Permalink
move guzzle-adapter to dev requirements
Browse files Browse the repository at this point in the history
m-vo committed Nov 16, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 1ee5986 commit b96e060
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -26,7 +26,6 @@
"contao/core-bundle": "^4.8",
"guzzlehttp/guzzle": "^6.3",
"guzzlehttp/oauth-subscriber": "0.3.*",
"php-http/guzzle6-adapter": "^2.0",
"doctrine/orm": "^2.6",
"doctrine/annotations": "^1.6",
"symfony/expression-language": "^4.3",
@@ -37,7 +36,8 @@
"contao/manager-plugin": "^2.0",
"friendsofphp/php-cs-fixer": "^2.2",
"phpunit/phpunit": "^7.5",
"symfony/phpunit-bridge": "^4.3"
"symfony/phpunit-bridge": "^4.3",
"php-http/guzzle6-adapter": "^2.0"
},
"autoload": {
"psr-4": {

0 comments on commit b96e060

Please sign in to comment.