Skip to content

Commit

Permalink
add support for Laravel 8 (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
tabacitu authored Sep 11, 2020
1 parent 3e573c7 commit d3bc80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"require": {
"php": ">=7.0",
"illuminate/support": "^5.5|^6|^7",
"illuminate/support": "^5.5|^6|^7|^8",
"studio-42/elfinder": "~2.1.49",
"barryvdh/elfinder-flysystem-driver": "^0.2",
"league/flysystem": "^1.0",
Expand Down

0 comments on commit d3bc80d

Please sign in to comment.