Skip to content

Commit

Permalink
support laravel 6 (#257)
Browse files Browse the repository at this point in the history
Thanks
  • Loading branch information
it-can authored and lukepolo committed Sep 5, 2019
1 parent b1c1d10 commit 722ecee
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 @@ -18,9 +18,9 @@
],
"require": {
"php": "^7.1.3",
"illuminate/support": "~5.5.0|~5.7.0|~5.8.0",
"illuminate/session": "~5.5.0|~5.7.0|~5.8.0",
"illuminate/events": "~5.5.0|~5.7.0|~5.8.0"
"illuminate/support": "~5.5.0|~5.7.0|~5.8.0|^6.0",
"illuminate/session": "~5.5.0|~5.7.0|~5.8.0|^6.0",
"illuminate/events": "~5.5.0|~5.7.0|~5.8.0|^6.0"
},
"require-dev": {
"phpunit/phpunit": "^7.5",
Expand Down

0 comments on commit 722ecee

Please sign in to comment.