Use semver caret operator for laravel-dump-server

This commit is contained in:
Nuno Maduro 2018-08-27 10:48:40 +02:00 committed by GitHub
parent 663f7c2c05
commit 799a3ef8ec
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",