Skip to content

Commit ace54b3

Browse files
fix illuminate notification version dep
1 parent 37f3ac9 commit ace54b3

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
@@ -26,7 +26,7 @@
2626
"php": "^8.2",
2727
"illuminate/database": "^10.0|^11.0|^12.0",
2828
"illuminate/support": "^10.0|^11.0|^12.0",
29-
"illuminate/notifications": "^10.0|^12.0"
29+
"illuminate/notifications": "^10.0|^11.0|^12.0"
3030
},
3131
"require-dev": {
3232
"phpunit/phpunit": "^10.5.17|^11.5.3",

0 commit comments

Comments
 (0)