Skip to content

Instantly share code, notes, and snippets.

@aaroncox
Last active December 16, 2015 15:19
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 aaroncox/5454711 to your computer and use it in GitHub Desktop.
Save aaroncox/5454711 to your computer and use it in GitHub Desktop.
composer.json file to include EpicMongo
{
"require": {
"laravel/framework": "4.0.*",
"aaroncox/epicmongo": "dev-master"
},
"repositories": [
{
"type": "vcs",
"url": "git://github.com/aaroncox/EpicMongo.git"
}
],
"autoload": {
"classmap": [
"app/commands",
"app/controllers",
"app/models",
"app/database/migrations",
"app/database/seeds",
"app/tests/TestCase.php"
]
},
"scripts": {
"post-update-cmd": "php artisan optimize"
},
"config": {
"preferred-install": "dist"
},
"minimum-stability": "dev"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment