Skip to content

Commit

Permalink
Fix #81 Laravel 7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekatarnls committed Mar 10, 2020
1 parent 57875b8 commit e588903
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",
"illuminate/view": "^6.0.0",
"illuminate/support": "^6.0.0 || ^7.0.0",
"illuminate/view": "^6.0.0 || ^7.0.0",
"phug/component": "^1.1.3",
"pug-php/pug": "^3.3.1",
"pug-php/pug-assets": "^1.0.1",
Expand Down

0 comments on commit e588903

Please sign in to comment.