Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #3 from peterschade/patch-1
Browse files Browse the repository at this point in the history
Support Laravel 7
  • Loading branch information
JamesHemery authored Mar 8, 2020
2 parents b92a20f + 172f0f2 commit 68fc121
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 @@ -12,8 +12,8 @@
"minimum-stability": "stable",
"require": {
"php" : "^7.2",
"illuminate/support": "^5.7|^5.8|^6.0",
"illuminate/database": "^5.7|^5.8|^6.0"
"illuminate/support": "^5.7|^5.8|^6.0|^7",
"illuminate/database": "^5.7|^5.8|^6.0|^7"
},
"require-dev": {
"phpunit/phpunit": "^7.0|^8.0",
Expand Down

0 comments on commit 68fc121

Please sign in to comment.