laravel 5.5 updates

This commit is contained in:
Nabeel Shahzad
2017-10-10 10:55:28 -05:00
parent 42416c2d85
commit 7b0a1c12e7
3 changed files with 385 additions and 128 deletions

View File

@@ -42,11 +42,12 @@
"require-dev": {
"fzaninotto/faker": "~1.4",
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "5.7.x",
"phpunit/phpunit": "~6.0",
"symfony/css-selector": "3.1.*",
"symfony/dom-crawler": "3.1.*",
"laravel/homestead": "v6.2.2",
"scriptfusion/phpunit-immediate-exception-printer": "^1"
"scriptfusion/phpunit-immediate-exception-printer": "^1",
"filp/whoops": "~2.0"
},
"autoload": {
"classmap": [
@@ -80,6 +81,10 @@
"php artisan ide-helper:generate",
"php artisan ide-helper:meta",
"php artisan optimize"
],
"post-autoload-dump": [
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
"@php artisan package:discover"
]
},
"config": {