Skip to content

Commit

Permalink
Merge pull request #3 from jandrodev/add-laravel-8-support
Browse files Browse the repository at this point in the history
Add Laravel 7 & 8 support & Lumen 7
  • Loading branch information
imolorhe committed Jan 28, 2021
2 parents d3cc978 + 36305f5 commit 6fe193b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
],
"require": {
"php": ">=7.1",
"illuminate/console": "5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0",
"illuminate/contracts": "5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0",
"illuminate/support": "5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0"
"illuminate/console": "5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6 || ^7 || ^8",
"illuminate/contracts": "5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6 || ^7 || ^8",
"illuminate/support": "5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6 || ^7 || ^8"
},
"require-dev": {
"laravel/lumen-framework": "5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0",
"laravel/lumen-framework": "5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6 || ^7",
"localheinz/composer-normalize": "^1.3"
},
"config": {
Expand Down

0 comments on commit 6fe193b

Please sign in to comment.