Skip to content

Commit

Permalink
Merge pull request #83 from spaantje/patch-1
Browse files Browse the repository at this point in the history
Add Support for Laravel 9.x
  • Loading branch information
mckenziearts authored Mar 30, 2022
2 parents de9f71b + 7d89947 commit a75449f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"keywords": ["Laravel", "laravel-notify", "notification"],
"require": {
"php": ">=7.4",
"illuminate/support": "~7.0|~8.0"
"illuminate/support": "~7.0|~8.0|~9.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
Expand Down

0 comments on commit a75449f

Please sign in to comment.