mirror of https://github.com/flarum/flarum
Fix dud composer autoloading
parent
0b3f7acf5f
commit
f5c63354d5
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue