Skip to content

Commit

Permalink
Merge pull request #32 from laravel-shift/l10-compatibility
Browse files Browse the repository at this point in the history
Laravel 10.x Compatibility
  • Loading branch information
junaidnasir authored Apr 8, 2023
2 parents a9c868d + fa3c185 commit 695d62c
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,17 @@
],
"homepage": "https://github.com/junaidnasir/larainvite",
"license": "MIT",
"authors": [{
"name": "Junaid Nasir",
"email": "[email protected]"
}],
"authors": [
{
"name": "Junaid Nasir",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.5.9",
"illuminate/support": "^5.8|^6.0|^7.0|^8.0|^9.0",
"illuminate/database": "^5.8|^6.0|^7.0|^8.0|^9.0",
"illuminate/events": "^5.8|^6.0|^7.0|^8.0|^9.0"
"illuminate/support": "^5.8|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/database": "^5.8|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/events": "^5.8|^6.0|^7.0|^8.0|^9.0|^10.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 695d62c

Please sign in to comment.