Skip to content

Instantly share code, notes, and snippets.

@jaggy
Created June 15, 2014 07:12
Show Gist options
  • Save jaggy/0f80ef56ebdf1fbdbedf to your computer and use it in GitHub Desktop.
Save jaggy/0f80ef56ebdf1fbdbedf to your computer and use it in GitHub Desktop.
My Slim composer file. :)
{
"name": "",
"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": "dev-develop",
"j4mie/paris": "dev-develop",
"robmorgan/phinx": "v0.3.4"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
"phpunit/phpunit-selenium": ">=1.2",
"phpspec/phpspec": "2.0.*@dev"
},
"config": {
"bin-dir": "bin"
},
"autoload": {
"classmap": [
"vendor/j4mie/idiorm/idiorm.php",
"vendor/j4mie/paris/paris.php"
],
"psr-4": {
"": "app/"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment