Skip to content

Commit

Permalink
Update composer.json to support Lumen 6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Jani Hyvärinen committed Sep 2, 2020
1 parent 4ded02e commit d9f0133
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",
"illuminate/contracts": "^5.4",
"illuminate/events": "^5.4"
"illuminate/contracts": "^5.4|^6.0",
"illuminate/events": "^5.4|^6.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0"
Expand Down

0 comments on commit d9f0133

Please sign in to comment.