Skip to content
This repository has been archived by the owner on Sep 9, 2021. It is now read-only.

Commit

Permalink
Merge pull request #16 from LasseRafn/patch-1
Browse files Browse the repository at this point in the history
Add Laravel 7.X support
  • Loading branch information
samuelhoyvoy authored Mar 5, 2020
2 parents 68c5699 + 2b20a9f commit 9af0d58
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 @@ -4,10 +4,10 @@
"type": "library",
"require": {
"php": ">=7.1.3",
"illuminate/support": "^5.6 || ^6.0",
"illuminate/container": "^5.6 || ^6.0",
"illuminate/database": "^5.6 || ^6.0",
"illuminate/events": "^5.6 || ^6.0"
"illuminate/support": "^5.6 || ^6.0 || ^7.0",
"illuminate/container": "^5.6 || ^6.0 || ^7.0",
"illuminate/database": "^5.6 || ^6.0 || ^7.0",
"illuminate/events": "^5.6 || ^6.0 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "~7.0",
Expand Down

0 comments on commit 9af0d58

Please sign in to comment.