summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--composer.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 3c682a5e9..e40e7480a 100644
--- a/composer.json
+++ b/composer.json
@@ -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": "*"