Skip to content

Instantly share code, notes, and snippets.

@FMJaguar
FMJaguar / composer.json
Created October 6, 2012 11:14
sample composer file
"require" : {
"monolog/monolog": ">=1.0.0",
"silex/silex": "1.0.x-dev",
"doctrine/dbal": "2.2.*",
"phpunit/phpunit": "3.7.5"
}