Skip to content

Instantly share code, notes, and snippets.

@jaggy
Forked from funkatron/composer.json
Last active August 29, 2015 14:01
Show Gist options
  • Save jaggy/aa703df76b7aa014cc8b to your computer and use it in GitHub Desktop.
Save jaggy/aa703df76b7aa014cc8b to your computer and use it in GitHub Desktop.
{
"require": {
"slim/slim": "2.*",
"slim/views": "0.1.*",
"twig/twig": "1.15.*",
"monolog/monolog": "1.7.*",
"resty/resty": "0.6.0",
"vlucas/valitron": "dev-master",
"j4mie/idiorm": "v1.4.1",
"j4mie/paris": "v1.4.2",
"robmorgan/phinx": "v0.3.4"
},
"require-dev": {
"phpspec/phpspec": "2.0.*@dev"
},
"autoload": {
"psr-4": {"App\\": "./app/"}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment