Created
November 9, 2012 16:35
-
-
Save gmcinnes/4046721 to your computer and use it in GitHub Desktop.
composer.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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