Skip to content

Commit

Permalink
Merge pull request #616 from lloricode/for-laravel6
Browse files Browse the repository at this point in the history
For laravel 6
  • Loading branch information
eullercdr authored Aug 29, 2019
2 parents f2008d8 + c37cbe1 commit 00a9463
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"docs": "http://andersao.github.io/l5-repository"
},
"require": {
"illuminate/http": "~5.0",
"illuminate/config": "~5.0",
"illuminate/support": "~5.0",
"illuminate/database": "~5.0",
"illuminate/pagination": "~5.0",
"illuminate/console": "~5.0",
"illuminate/filesystem": "~5.0",
"illuminate/http": "~5.0|~6.0",
"illuminate/config": "~5.0|~6.0",
"illuminate/support": "~5.0|~6.0",
"illuminate/database": "~5.0|~6.0",
"illuminate/pagination": "~5.0|~6.0",
"illuminate/console": "~5.0|~6.0",
"illuminate/filesystem": "~5.0|~6.0",
"prettus/laravel-validation": "1.1.*"
},
"autoload": {
Expand Down

0 comments on commit 00a9463

Please sign in to comment.