Skip to content

Commit

Permalink
Merge pull request #330 from SDekkers/patch-1
Browse files Browse the repository at this point in the history
Support Laravel 6.0
  • Loading branch information
bradcornford authored Sep 23, 2019
2 parents 43294fb + 2aaa038 commit 69c0c1a
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 @@ -11,8 +11,8 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/view": "5.*",
"illuminate/support": "5.*"
"illuminate/view": "^5.0 || ^6.0",
"illuminate/support": "^5.0 || ^6.0"
},
"require-dev": {
"phpspec/phpspec": "2.0.*@dev",
Expand Down

0 comments on commit 69c0c1a

Please sign in to comment.