Pony.fm/composer.json

33 lines
568 B
JSON
Raw Normal View History

2013-07-25 23:33:04 +02:00
{
"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"
}