Merge pull request #4736 from nunomaduro/patch-1

[5.7] Use semver caret operator for laravel-dump-server
This commit is contained in:
Taylor Otwell 2018-08-27 08:16:02 -05:00 committed by GitHub
commit c29266a0c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
"laravel/tinker": "^1.0"
},
"require-dev": {
"beyondcode/laravel-dump-server": "~1.0",
"beyondcode/laravel-dump-server": "^1.0",
"filp/whoops": "^2.0",
"fzaninotto/faker": "^1.4",
"mockery/mockery": "^1.0",