fix conflicts

This commit is contained in:
Taylor Otwell
2017-04-07 08:11:06 -05:00
21 changed files with 83 additions and 44 deletions

View File

@@ -20,7 +20,11 @@
"database"
],
"psr-4": {
"App\\": "app/",
"App\\": "app/"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
@@ -42,8 +46,7 @@
},
"config": {
"preferred-install": "dist",
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true
"sort-packages": true,
"optimize-autoloader": true
}
}