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