浏览代码

update composer libreria curl

Guillermo Espinoza 8 年之前
父节点
当前提交
1c88fb658d
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      composer.json

+ 2 - 1
composer.json

@@ -2,7 +2,8 @@
     "name": "ik/webservice-bundle",
     "description": "The Flowdat3 Webservice Rest",
     "require": {
-        "kriswallsmith/buzz": "~0.13"
+        "kriswallsmith/buzz": "~0.13",
+        "ext-curl": "*"
     },
     "autoload": {
         "psr-4": { "WebserviceBundle\\": "" }