2016-06-20 13:35:59 +00:00
|
|
|
{
|
|
|
|
"name": "laravel/laravel",
|
|
|
|
"description": "The Laravel Framework.",
|
|
|
|
"keywords": ["framework", "laravel"],
|
|
|
|
"license": "MIT",
|
|
|
|
"type": "project",
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.5.9",
|
2016-06-30 11:34:18 +00:00
|
|
|
"laravel/framework": "5.2.*",
|
|
|
|
"james-heinrich/getid3": "^1.9"
|
2016-06-20 13:35:59 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"fzaninotto/faker": "~1.4",
|
|
|
|
"mockery/mockery": "0.9.*",
|
|
|
|
"phpunit/phpunit": "~4.0",
|
|
|
|
"symfony/css-selector": "2.8.*|3.0.*",
|
2016-06-22 05:49:20 +00:00
|
|
|
"symfony/dom-crawler": "2.8.*|3.0.*",
|
|
|
|
"xethron/migrations-generator": "dev-l5",
|
|
|
|
"way/generators": "dev-feature/laravel-five-stable"
|
2016-06-20 13:35:59 +00:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"database"
|
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"App\\": "app/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload-dev": {
|
|
|
|
"classmap": [
|
|
|
|
"tests/TestCase.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"post-root-package-install": [
|
|
|
|
"php -r \"copy('.env.example', '.env');\""
|
|
|
|
],
|
|
|
|
"post-create-project-cmd": [
|
|
|
|
"php artisan key:generate"
|
|
|
|
],
|
|
|
|
"post-install-cmd": [
|
|
|
|
"Illuminate\\Foundation\\ComposerScripts::postInstall",
|
|
|
|
"php artisan optimize"
|
|
|
|
],
|
|
|
|
"post-update-cmd": [
|
|
|
|
"Illuminate\\Foundation\\ComposerScripts::postUpdate",
|
|
|
|
"php artisan optimize"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"preferred-install": "dist"
|
2016-06-22 05:49:20 +00:00
|
|
|
},
|
|
|
|
"repositories": {
|
|
|
|
"repo-name": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git@github.com:jamisonvalenta/Laravel-4-Generators.git"
|
|
|
|
}
|
2016-06-20 13:35:59 +00:00
|
|
|
}
|
|
|
|
}
|