Skip to content

Commit

Permalink
Merge pull request #85 from BKWLD/feature/laravel-8-support
Browse files Browse the repository at this point in the history
Allow Laravel 8 and optimistically support next versions
  • Loading branch information
kylekatarnls authored Sep 15, 2020
2 parents 458c70e + a87e511 commit 8959dd1
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 @@ -4,8 +4,8 @@
"type": "library",
"require": {
"php": "^7.2",
"illuminate/support": "^6.0.0 || ^7.0.0",
"illuminate/view": "^6.0.0 || ^7.0.0",
"illuminate/support": ">=6",
"illuminate/view": ">=6",
"phug/component": "^1.1.3",
"pug-php/pug": "^3.3.1",
"pug-php/pug-assets": "^1.0.1",
Expand Down

0 comments on commit 8959dd1

Please sign in to comment.