Skip to content

Commit

Permalink
remove support for older laravel versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasvielmetter committed Sep 28, 2019
1 parent 3c50109 commit 28abac8
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 @@
"keywords": ["laravel", "docx", "openxml", "template", "mustache", "php"],
"require": {
"php" : ">=5.3.0",
"illuminate/support": "5.0.x|5.1.x|5.2.x|5.3.x|5.4.x|5.5.x|5.6.x|5.7.x|5.8.x|6.0.x",
"illuminate/filesystem": "5.0.x|5.1.x|5.2.x|5.3.x|5.4.x|5.5.x|5.6.x|5.7.x|5.8.x|6.0.x",
"illuminate/support": "5.6.x|5.7.x|5.8.x|6.0.x",
"illuminate/filesystem": "5.6.x|5.7.x|5.8.x|6.0.x",
"chumper/zipper": "^1.0",
"mustache/mustache": "^2.11",
"intervention/image": "^2.3"
Expand Down

0 comments on commit 28abac8

Please sign in to comment.