Skip to content

Commit

Permalink
Merge pull request #2 from PrinsFrank/laravel-6
Browse files Browse the repository at this point in the history
Add support for new Laravel releases
  • Loading branch information
PrinsFrank authored Oct 29, 2019
2 parents 300f4a8 + dae44db commit 331e273
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 @@ -29,8 +29,8 @@
"require": {
"php": "^7.2",
"ext-json": "*",
"illuminate/support": "^5.8",
"illuminate/view": "^5.8"
"illuminate/support": "5.8|6.0|6.1|6.2|6.3|6.4",
"illuminate/view": "5.8|6.0|6.1|6.2|6.3|6.4"
},
"require-dev": {
"phpunit/phpunit": "^8.2",
Expand Down

0 comments on commit 331e273

Please sign in to comment.