Skip to content

Commit

Permalink
Merge pull request #193 from sdebacker/patch-1
Browse files Browse the repository at this point in the history
Laravel 8 compatibility
  • Loading branch information
weotch committed Sep 17, 2020
2 parents c31797f + 73f76f2 commit 7c73624
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"license": "MIT",
"require": {
"php": "^7.2.5",
"illuminate/console": "4 - 7",
"illuminate/support": "4 - 7",
"illuminate/routing": "4 - 7",
"illuminate/console": "4 - 8",
"illuminate/support": "4 - 8",
"illuminate/routing": "4 - 8",
"league/flysystem": "~1.0",
"symfony/http-foundation": "2 - 5",
"symfony/http-kernel": "2 - 5",
Expand Down

0 comments on commit 7c73624

Please sign in to comment.