Skip to content

Commit 967c908

Browse files
committed
fix: laravel 12 support
1 parent e70407d commit 967c908

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
],
1414
"require": {
1515
"php": ">=8.2",
16-
"illuminate/notifications": "~8.0 || ~9.0 || ~10.0 || ~11.0",
17-
"illuminate/support": "~8.0 || ~9.0 || ~10.0 || ~11.0",
16+
"illuminate/notifications": "~9.0 || ~10.0 || ~11.0 || ~12.0",
17+
"illuminate/support": " ~9.0 || ~10.0 || ~11.0 || ~12.0",
1818
"symfony/http-client": "^7.0",
1919
"touchsms/touchsms": "^2.0"
2020
},

0 commit comments

Comments
 (0)