2013-07-25 16:33:04 -05:00
|
|
|
{
|
|
|
|
"require": {
|
|
|
|
"laravel/framework": "4.0.*",
|
|
|
|
"kriswallsmith/assetic": "1.2.*@dev",
|
2013-09-01 19:11:33 -05:00
|
|
|
"codescale/ffmpeg-php": "2.7.0",
|
2013-09-02 09:57:26 +00:00
|
|
|
"simplepie/simplepie": "1.3.1",
|
2015-09-04 09:56:22 -07:00
|
|
|
"intouch/laravel-newrelic": "*",
|
|
|
|
"barryvdh/laravel-ide-helper": "~1.11"
|
2013-07-25 16:33:04 -05:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"app/commands",
|
|
|
|
"app/controllers",
|
|
|
|
"app/models",
|
|
|
|
"app/database/migrations",
|
|
|
|
"app/database/seeds",
|
|
|
|
"app/tests/TestCase.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"pre-update-cmd": [
|
|
|
|
"php artisan clear-compiled"
|
|
|
|
],
|
|
|
|
"post-install-cmd": [
|
|
|
|
"php artisan optimize"
|
|
|
|
],
|
|
|
|
"post-update-cmd": [
|
|
|
|
"php artisan optimize"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"preferred-install": "dist"
|
|
|
|
},
|
2015-04-11 20:22:15 -05:00
|
|
|
"minimum-stability": "stable"
|
2013-07-25 16:33:04 -05:00
|
|
|
}
|