Skip to content

Commit

Permalink
Merge pull request #59 from vybeauregard/patch-1
Browse files Browse the repository at this point in the history
Add Laravel 8 compatibility
  • Loading branch information
msurguy authored Sep 17, 2020
2 parents ac8c28d + d5e37ba commit c19565f
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 @@ -16,9 +16,9 @@
],
"require": {
"php": ">=5.3.0",
"illuminate/support": "4.*|5.*|6.*|7.*",
"illuminate/config": "4.*|5.*|6.*|7.*",
"illuminate/translation": "4.*|5.*|6.*|7.*"
"illuminate/support": "4.*|5.*|6.*|7.*|8.*",
"illuminate/config": "4.*|5.*|6.*|7.*|8.*",
"illuminate/translation": "4.*|5.*|6.*|7.*|8.*"
},
"require-dev": {
"phpunit/phpunit": "4.0.*",
Expand Down

0 comments on commit c19565f

Please sign in to comment.