Skip to content

Commit

Permalink
chore: add Laravel 9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschll committed Mar 20, 2022
1 parent d2f1cff commit 1fbd07c
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 @@ -14,8 +14,8 @@
"require": {
"php": ">=7.2",
"guzzlehttp/guzzle": "^6.5 || ^7.0",
"illuminate/notifications": "~5.5 || ~6.0 || ~7.0 || ^8.0",
"illuminate/support": "~5.5 || ~6.0 || ~7.0 || ^8.0"
"illuminate/notifications": "~5.5 || ~6.0 || ~7.0 || ^8.0 || ^9.0",
"illuminate/support": "~5.5 || ~6.0 || ~7.0 || ^8.0 || ^9.0"
},
"require-dev": {
"mockery/mockery": "^1.3",
Expand Down Expand Up @@ -45,4 +45,4 @@
]
}
}
}
}

0 comments on commit 1fbd07c

Please sign in to comment.