Merging structure branch.
Showing
app/start/global.php
deleted
100644 → 0
app/start/local.php
deleted
100644 → 0
... | ... | @@ -4,15 +4,15 @@ |
"keywords": ["framework", "laravel"], | ||
"license": "MIT", | ||
"require": { | ||
"laravel/framework": "4.2.*" | ||
"laravel/framework": "4.3.*" | ||
}, | ||
"autoload": { | ||
"classmap": [ | ||
"app/commands", | ||
"app/controllers", | ||
"app/models", | ||
"app/database/migrations", | ||
"app/database/seeds", | ||
"app/src", | ||
"app/tests/TestCase.php" | ||
] | ||
}, | ||
... | ... |
Please register or sign in to comment