Skip to content

Commit

Permalink
Merge pull request #2 from JohnyProkie/patch-1
Browse files Browse the repository at this point in the history
Support Laravel8 subtree packages
  • Loading branch information
daniel-werner authored Mar 2, 2021
2 parents 8fb9a15 + e97de71 commit f847018
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
],
"require" : {
"php" : ">=5.5.9",
"illuminate/config" : "^5.3|^6.0|^7.0",
"illuminate/support" : "^5.3|^6.0|^7.0"
"illuminate/config" : "^5.3|^6.0|^7.0|^8.0",
"illuminate/support" : "^5.3|^6.0|^7.0|^8.0"
},
"require-dev" : {
"phpunit/phpunit" : "5.5.*|^7.0|^8.0|^9.0"
Expand All @@ -23,4 +23,4 @@
}
},
"minimum-stability" : "stable"
}
}

0 comments on commit f847018

Please sign in to comment.