Fix dud composer autoloading

pull/2/head
Toby Zerner 2015-02-24 21:24:02 +10:30
parent 0b3f7acf5f
commit f5c63354d5
1 changed files with 0 additions and 12 deletions

View File

@ -7,23 +7,11 @@
"require": {
"laravel/framework": "5.0.*"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"phpspec/phpspec": "~2.1"
},
"autoload": {
"classmap": [
"database"
],
"psr-4": {
"App\\": "app/"
}
},
"autoload-dev": {
"classmap": [
"tests/TestCase.php"
]
},
"scripts": {
"post-install-cmd": [
"php artisan clear-compiled",