ソースを参照

update composer

Guillermo Espinoza 8 年 前
コミット
0118134e5c
1 ファイル変更2 行追加1 行削除
  1. 2 1
      composer.json

+ 2 - 1
composer.json

@@ -3,7 +3,8 @@
     "description": "Flowdat 3 Base OAuth Client Bundle",
     "keywords": ["Admin Generator", "admin", "oauth", "bundle"],
     "require": {
-        "hwi/oauth-bundle": "^0.5.3"
+        "hwi/oauth-bundle": "^0.5.3",
+        "ext-curl": "*"
     },
     "autoload": {
         "psr-4": { "Base\\OAuthClientBundle\\": "" }