move guzzle to require-dev

This commit is contained in:
Benjamin Brahmer 2019-03-26 12:03:41 +01:00 committed by Sean Molenaar
parent 0f0417e1d0
commit 80d3a9f24c
1 changed files with 2 additions and 2 deletions

View File

@ -41,14 +41,14 @@
"riimu/kit-pathjoin": "1.2.0",
"debril/feed-io": "^3.1",
"arthurhoaro/favicon": "^1.2",
"guzzlehttp/guzzle": "^6.3",
"ext-json": "*",
"ext-simplexml": "*",
"ext-libxml": "*"
},
"require-dev": {
"phpunit/phpunit": "^6.5",
"squizlabs/php_codesniffer": "^3.3"
"squizlabs/php_codesniffer": "^3.3",
"guzzlehttp/guzzle": "^6.3"
},
"replace": {
"guzzlehttp/guzzle": "*"