Skip to content

Commit

Permalink
Use semver caret operator for laravel-dump-server
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Aug 27, 2018
1 parent 663f7c2 commit 799a3ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -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",
Expand Down

0 comments on commit 799a3ef

Please sign in to comment.