Skip to content

Commit e498994

Browse files
authored
Merge pull request laravel-notification-channels#19 from Krishan19/support-lara9
add support lara 9
2 parents 8f5837b + eb38113 commit e498994

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"require": {
2323
"php": "^7.2.0|^8.0",
2424
"guzzlehttp/guzzle": "^6.3|^7.0",
25-
"illuminate/notifications": "^5.6|^6.0|^7.0|^8.0",
26-
"illuminate/queue": "^5.6|^6.0|^7.0|^8.0",
27-
"illuminate/support": "^5.6|^6.0|^7.0|^8.0"
25+
"illuminate/notifications": "^5.6|^6.0|^7.0|^8.0|^9.0",
26+
"illuminate/queue": "^5.6|^6.0|^7.0|^8.0|^9.0",
27+
"illuminate/support": "^5.6|^6.0|^7.0|^8.0|^9.0"
2828
},
2929
"require-dev": {
3030
"mockery/mockery": "^1.3.3",

0 commit comments

Comments
 (0)