Skip to content

Commit

Permalink
Merge pull request #203 from kylekatarnls/patch-1
Browse files Browse the repository at this point in the history
Allow Laravel 6.0
  • Loading branch information
nicolaslopezj authored Oct 9, 2019
2 parents 4f28c6a + a3ee065 commit 4cc77ef
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 @@ -11,7 +11,7 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/database": "4.2.x|~5.0",
"illuminate/database": "^4.2 | ^5.0 | ^6.0",
"ext-mbstring": "*"
},
"autoload": {
Expand Down

0 comments on commit 4cc77ef

Please sign in to comment.