Skip to content

Instantly share code, notes, and snippets.

@gmcinnes
Created November 9, 2012 16:35
Show Gist options
  • Save gmcinnes/4046721 to your computer and use it in GitHub Desktop.
Save gmcinnes/4046721 to your computer and use it in GitHub Desktop.
composer.json
{
"name": "email-preferences-centre",
"description": "Your email preferences, all in one convenient cent-re",
"require": {
"silex/silex": "1.0.*",
"twig/twig": ">=1.8,<2.0",
"symfony/twig-bridge": "2.1.*",
"symfony/form": "2.1.*",
"symfony/templating": "2.1.*",
"symfony/security": "2.1.*",
"symfony/validator": "2.1.*",
"symfony/config": "2.1.*",
"symfony/translation": "2.1.*",
"symfony/locale": "2.1.*",
"monolog/monolog": "1.0.*"
},
"autoload": {
"psr-0": {
"MaRS": ["lib/", "src/"]
}
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment