Skip to content

Commit

Permalink
Merge pull request #11 from sofwar/patch-1
Browse files Browse the repository at this point in the history
Added support for Lumen 6
  • Loading branch information
pearlkrishn authored Dec 11, 2019
2 parents 3717dc0 + df52fc4 commit 8e73f5a
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 @@ -11,8 +11,8 @@
],
"require": {
"php": ">=7.1.3",
"laravel/lumen-framework": "5.7.* || 5.8.*",
"illuminate/support": "5.7.* || 5.8.*"
"laravel/lumen-framework": "5.7.* || 5.8.* || 6.*",
"illuminate/support": "5.7.* || 5.8.* || 6.*"
},
"license": "MIT",
"autoload": {
Expand Down

0 comments on commit 8e73f5a

Please sign in to comment.