mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-21 20:48:00 +01:00
34 lines
640 B
JSON
34 lines
640 B
JSON
{
|
|
"require": {
|
|
"laravel/framework": "4.0.*",
|
|
"kriswallsmith/assetic": "1.2.*@dev",
|
|
"codescale/ffmpeg-php": "2.7.0",
|
|
"simplepie/simplepie": "1.3.1",
|
|
"intouch/laravel-newrelic": "*"
|
|
},
|
|
"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"
|
|
},
|
|
"minimum-stability": "stable"
|
|
}
|