Browse Source

add guzzelhttp

webconsole 6 years ago
parent
commit
f1f345506b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      composer.json

+ 2 - 1
composer.json

@@ -11,7 +11,8 @@
         }
     ],
     "require": {
-        "php":">=5.3"
+        "php":">=5.3",
+		"guzzlehttp/guzzle":"^6.3"
     },
     "require-dev" : {
     },