Skip to content

Commit

Permalink
add support for Laravel 6 (#259)
Browse files Browse the repository at this point in the history
* Update composer.json

* Update composer.json
  • Loading branch information
daveismynamecom authored and barryvdh committed Sep 3, 2019
1 parent e403d5c commit 5ffc5da
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.x|5.6.x|5.7.x|5.8.x",
"illuminate/support": "5.5.x|5.6.x|5.7.x|5.8.x|6.x",
"studio-42/elfinder": "~2.1.10",
"barryvdh/elfinder-flysystem-driver": "^0.2",
"league/flysystem": "^1.0",
Expand Down

0 comments on commit 5ffc5da

Please sign in to comment.