Skip to content

Commit

Permalink
Update for Laravel 5.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdnbrk committed Feb 3, 2019
1 parent 0dada08 commit 4f74427
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
],
"require": {
"php": ">=7.0",
"illuminate/support": "5.5.*|5.6.*|5.7.*",
"illuminate/validation": "5.5.*|5.6.*|5.7.*"
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*",
"illuminate/validation": "5.5.*|5.6.*|5.7.*|5.8.*"
},
"require-dev": {
"orchestra/testbench": "3.5.*|3.6.*|3.7.*",
Expand Down

0 comments on commit 4f74427

Please sign in to comment.