Skip to content

Instantly share code, notes, and snippets.

@nikcub
Created May 28, 2014 04:16
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 nikcub/6f7e7e1f6c679db4acfe to your computer and use it in GitHub Desktop.
Save nikcub/6f7e7e1f6c679db4acfe to your computer and use it in GitHub Desktop.
composer example
{
"name": "webwall/site",
"require": {
"php": ">=5.3.3",
"silex/silex": "~1.1",
"twig/twig": "1.*",
"symfony/twig-bridge": "*",
"monolog/monolog": "*",
"symfony/monolog-bridge": "*",
"symfony/security": "*",
"symfony/form": "*",
"symfony/locale":"*",
"symfony/validator": "*",
"symfony/config": "*",
"symfony/translation": "*",
"moriony/silex-mongo-provider": "*",
"ircmaxell/password-compat": "*"
},
"minimum-stability": "dev",
"autoload": {
"psr-0": {
"Webwall": "src/",
"Truss": "src/"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment