12345678910111213141516171819202122 |
- {
- "require": {
- "laravel/framework": "4.0.*"
- },
- "autoload": {
- "classmap": [
- "app/commands",
- "app/controllers",
- "app/models",
- "app/database/migrations",
- "app/database/seeds",
- "app/tests/TestCase.php"
- ]
- },
- "scripts": {
- "post-update-cmd": "php artisan optimize"
- },
- "config": {
- "preferred-install": "dist"
- },
- "minimum-stability": "dev"
- }
|