Skip to content

Commit

Permalink
Merge pull request #18 from adduc/lumen-9
Browse files Browse the repository at this point in the history
Add Lumen 9 support
  • Loading branch information
pearlkrishn authored Mar 31, 2022
2 parents 4fce780 + ba3b99b commit b94ba60
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.* || 6.* || 7.* || 8.*",
"illuminate/support": "5.7.* || 5.8.* || 6.* || 7.* || 8.*"
"laravel/lumen-framework": "5.7.* || 5.8.* || 6.* || 7.* || 8.* || 9.*",
"illuminate/support": "5.7.* || 5.8.* || 6.* || 7.* || 8.* || 9.*"
},
"license": "MIT",
"autoload": {
Expand Down

0 comments on commit b94ba60

Please sign in to comment.