From fe33b70cda5ab516a2bb516c6888bd2f37457d70 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Fri, 28 Dec 2018 10:08:16 +0100 Subject: [PATCH] cs --- kriswallsmith/buzz/1.0/config/packages/buzz.yaml | 15 +++++++++------ kriswallsmith/buzz/1.0/post-install.txt | 2 +- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/kriswallsmith/buzz/1.0/config/packages/buzz.yaml b/kriswallsmith/buzz/1.0/config/packages/buzz.yaml index 335435f6..c9b5df67 100644 --- a/kriswallsmith/buzz/1.0/config/packages/buzz.yaml +++ b/kriswallsmith/buzz/1.0/config/packages/buzz.yaml @@ -13,22 +13,25 @@ services: class: Buzz\Client\FileGetContents arguments: - '@Psr\Http\Message\ResponseFactoryInterface' - - timeout: 10 - allow_redirects: false + - + timeout: 10 + allow_redirects: false buzz.client.curl: class: Buzz\Client\Curl arguments: - '@Psr\Http\Message\ResponseFactoryInterface' - - timeout: 10 - allow_redirects: false + - + timeout: 10 + allow_redirects: false buzz.client.multi_curl: class: Buzz\Client\MultiCurl arguments: - '@Psr\Http\Message\ResponseFactoryInterface' - - timeout: 10 - allow_redirects: false + - + timeout: 10 + allow_redirects: false # Browser Buzz\Browser: diff --git a/kriswallsmith/buzz/1.0/post-install.txt b/kriswallsmith/buzz/1.0/post-install.txt index caaf2b70..3670b3d0 100644 --- a/kriswallsmith/buzz/1.0/post-install.txt +++ b/kriswallsmith/buzz/1.0/post-install.txt @@ -4,4 +4,4 @@ * Buzz is great for sending PSR-7 requests. To get started you need to install a PSR-7 implementation and a PSR-17 factory. There are many to choose from. - To quickly get started run composer require nyholm/psr7 \ No newline at end of file + To quickly get started run composer require nyholm/psr7