Skip to content

Commit

Permalink
Allow laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmypuckett committed Apr 8, 2024
1 parent a48aade commit 8c3b6fa
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 @@ -24,9 +24,9 @@
"php": ">=8.1",
"cviebrock/discourse-php": "^0.9.3",
"guzzlehttp/guzzle": "^7.4.5",
"illuminate/auth": "~8|~9|~10",
"illuminate/routing": "~8|~9|~10",
"illuminate/support": "~8|~9|~10"
"illuminate/auth": "~8|~9|~10|~11",
"illuminate/routing": "~8|~9|~10|~11",
"illuminate/support": "~8|~9|~10|~11"
},
"require-dev": {
"laravel/sail": "^1.21",
Expand Down

0 comments on commit 8c3b6fa

Please sign in to comment.