Skip to content

Instantly share code, notes, and snippets.

@cystbear
Created April 25, 2012 11:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cystbear/2488966 to your computer and use it in GitHub Desktop.
Save cystbear/2488966 to your computer and use it in GitHub Desktop.
Config example to substitute SensioBuzzBundle
parameters:
buzz.curl.class: Buzz\Client\Curl
buzz.file_get_contents.class: Buzz\Client\FileGetContents
buzz.browser_curl.class: Buzz\Browser
services:
buzz.curl:
class: %buzz.file_get_contents.class%
arguments: []
calls:
- [ setTimeout, [30] ]
buzz.browser_curl:
class: %buzz.browser_curl.class%
arguments: [@buzz.curl]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment