Skip to content

Instantly share code, notes, and snippets.

@ubermuda
Last active December 18, 2015 01:59
Show Gist options
  • Select an option

  • Save ubermuda/5707927 to your computer and use it in GitHub Desktop.

Select an option

Save ubermuda/5707927 to your computer and use it in GitHub Desktop.
{
"name": "foo/bar",
"repositories": [
{ "type": "vcs", "url": "https://github.com/ubermuda/MonologBridge" }
],
"require": {
"phpunit/phpunit": "3.7.*",
"pimple/pimple": "1.0.2",
"symfony/console": "2.3.*",
"symfony/finder": "2.3.*",
"guzzle/guzzle": "~3.1",
"behat/behat": "2.4.*@dev",
"monolog/monolog": "~1.5",
"symfony/debug": "2.3.0",
"symfony/monolog-bridge": "dev-patch-1"
},
"autoload": {
"psr-0": { "": "src/" }
},
"config": {
"bin-dir": "bin"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment