Skip to content

Commit

Permalink
Merge pull request #33 from prologuephp/l8-compatibility
Browse files Browse the repository at this point in the history
add support for Laravel 8
  • Loading branch information
tabacitu authored Sep 8, 2020
2 parents 6292bbe + 7cd8d1b commit 072a320
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 @@ -19,9 +19,9 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/config": "~5|~6|~7",
"illuminate/session": "~5|~6|~7",
"illuminate/support": "~5|~6|~7"
"illuminate/config": "~5|~6|~7|~8",
"illuminate/session": "~5|~6|~7|~8",
"illuminate/support": "~5|~6|~7|~8"
},
"require-dev": {
"phpunit/phpunit": "~4.1",
Expand Down

0 comments on commit 072a320

Please sign in to comment.