Skip to content

Commit

Permalink
Updated for laravel 6
Browse files Browse the repository at this point in the history
  • Loading branch information
thelfensdrfer committed Sep 24, 2019
1 parent 5328bb3 commit f42cd4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
],
"require": {
"php": ">=7.0.0",
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|~5.9.0",
"illuminate/events": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|~5.9.0",
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|~5.9.0"
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|~5.9.0|~6.0.0",
"illuminate/events": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|~5.9.0|~6.0.0",
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|~5.9.0|~6.0.0"
},
"require-dev": {
"d11wtq/boris": "~1.0.10",
Expand Down

0 comments on commit f42cd4f

Please sign in to comment.