Skip to content

Instantly share code, notes, and snippets.

@pqr
Created November 10, 2012 18:39
Show Gist options
  • Save pqr/4052059 to your computer and use it in GitHub Desktop.
Save pqr/4052059 to your computer and use it in GitHub Desktop.
light/light4 composer.json
{
"name":"light/light4",
"version":"1.0.0",
"require":{
"php":">=5.4.0",
"silex/silex": "1.0.*@dev",
"twig/twig":">=1.8,<2.0-dev",
"monolog/monolog":">=1.0.0",
"symfony/validator":"2.1.*",
"symfony/console":"2.1.*"
},
"autoload":{
"psr-0":{
"Light":"src/"
},
"files":[
"src/functions/body.php", "src/functions/db.php", "src/functions/file.php", "src/functions/misc.php"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment