mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 04:58:01 +01:00
33 lines
568 B
JSON
33 lines
568 B
JSON
|
{
|
||
|
"require": {
|
||
|
"laravel/framework": "4.0.*",
|
||
|
"kriswallsmith/assetic": "1.2.*@dev",
|
||
|
"codescale/ffmpeg-php": "2.7.0"
|
||
|
},
|
||
|
"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": "dev"
|
||
|
}
|