Skip to content

Commit

Permalink
⬆️ Improve laravel 6 support
Browse files Browse the repository at this point in the history
It is semver now
  • Loading branch information
mvanduijker committed Sep 4, 2019
1 parent aa4bf0b commit e280a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
"require": {
"php": "^7.1",
"illuminate/database": "~5.7.0|~5.8.0|~6.0.0"
"illuminate/database": "~5.7.0|~5.8.0|~6.0"
},
"require-dev": {
"larapack/dd": "^1.0",
Expand Down

0 comments on commit e280a62

Please sign in to comment.