Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
Merge pull request #79 from cdinopol/lumen8-support
Browse files Browse the repository at this point in the history
Lumen v8 compatibility
  • Loading branch information
Jalle19 committed Feb 8, 2021
2 parents 818b3a6 + dfd5f3d commit 0d209b0
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,15 +11,15 @@
],
"require": {
"php": ">=7.1",
"illuminate/support": "^5.4 || ^6.0 || ^7.0"
"illuminate/support": "^5.4 || ^6.0 || ^7.0 || ^8.0"
},
"require-dev": {
"codeception/assert-throws": "^1.1",
"codeception/codeception": "^4.1",
"codeception/module-asserts": "^1.3",
"codeception/specify": "^1.2",
"codeception/verify": "^1.2",
"laravel/lumen-framework": "^5.4 || ^6.0 || ^7.0",
"laravel/lumen-framework": "^5.4 || ^6.0 || ^7.0 || ^8.0",
"php-coveralls/php-coveralls": "^2.2",
"phpstan/phpstan": "^0.12.2",
"phpstan/phpstan-symfony": "^0.12.11"
Expand Down

0 comments on commit 0d209b0

Please sign in to comment.