Merge branch 'develop' of github.com:laravel/laravel into develop
This commit is contained in:
commit
2e2ead5915
|
@ -8,6 +8,7 @@
|
|||
"laravel/framework": "5.1.*"
|
||||
},
|
||||
"require-dev": {
|
||||
"fzaninotto/faker": "~1.4",
|
||||
"mockery/mockery": "0.9.*",
|
||||
"phpunit/phpunit": "~4.0",
|
||||
"phpspec/phpspec": "~2.1"
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
|
|
||||
*/
|
||||
|
||||
'default' => 'mysql',
|
||||
'default' => env('DB_CONNECTION','mysql'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue