Skip to content

Commit a75449f

Browse files
authored
Merge pull request #83 from spaantje/patch-1
Add Support for Laravel 9.x
2 parents de9f71b + 7d89947 commit a75449f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"keywords": ["Laravel", "laravel-notify", "notification"],
1515
"require": {
1616
"php": ">=7.4",
17-
"illuminate/support": "~7.0|~8.0"
17+
"illuminate/support": "~7.0|~8.0|~9.0"
1818
},
1919
"require-dev": {
2020
"mockery/mockery": "^1.0",

0 commit comments

Comments
 (0)