38 lines
717 B
JSON
38 lines
717 B
JSON
|
{
|
||
|
"name": "laravel/laravel",
|
||
|
"description": "The Laravel Framework.",
|
||
|
"keywords": ["framework", "laravel"],
|
||
|
"license": "MIT",
|
||
|
"type": "project",
|
||
|
"require": {
|
||
|
"laravel/framework": "4.2.*"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"classmap": [
|
||
|
"app/commands",
|
||
|
"app/controllers",
|
||
|
"app/models",
|
||
|
"app/database/migrations",
|
||
|
"app/database/seeds",
|
||
|
"app/tests/TestCase.php"
|
||
|
]
|
||
|
},
|
||
|
"scripts": {
|
||
|
"post-install-cmd": [
|
||
|
"php artisan clear-compiled",
|
||
|
"php artisan optimize"
|
||
|
],
|
||
|
"post-update-cmd": [
|
||
|
"php artisan clear-compiled",
|
||
|
"php artisan optimize"
|
||
|
],
|
||
|
"post-create-project-cmd": [
|
||
|
"php artisan key:generate"
|
||
|
]
|
||
|
},
|
||
|
"config": {
|
||
|
"preferred-install": "dist"
|
||
|
},
|
||
|
"minimum-stability": "stable"
|
||
|
}
|