فهرست منبع

fix dependencia

Guillermo Espinoza 8 سال پیش
والد
کامیت
e803f5fa76
2فایلهای تغییر یافته به همراه6 افزوده شده و 3 حذف شده
  1. 5 2
      Resources/config/services.yml
  2. 1 1
      composer.json

+ 5 - 2
Resources/config/services.yml

@@ -1,8 +1,11 @@
 services:
-    
+   
+   webservice.http_client:
+       class: Buzz\Client\Curl
+       
    webservice:
        class: WebserviceBundle\Services\Webservice
-       arguments: ["@service_container", "@security.token_storage", "@hwi_oauth.http_client"]
+       arguments: ["@service_container", "@security.token_storage", "@webservice.http_client"]
        
    webservice.client.choiceloader:
        class: WebserviceBundle\Form\ChoiceList\Loader\ClientChoiceLoader

+ 1 - 1
composer.json

@@ -2,7 +2,7 @@
     "name": "webservice",
     "description": "The Flowdat3 Webservice Rest",
     "require": {
-        "hwi/oauth-bundle": "^0.5.3"
+        "kriswallsmith/buzz": "~0.13"
     },
     "autoload": {
         "psr-4": { "WebserviceBundle\\": "" }