Skip to content

Commit ef9bac6

Browse files
committed
Fix illuminate/notifications constraint
1 parent f50b1bc commit ef9bac6

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
@@ -15,7 +15,7 @@
1515
"php": "^8.2",
1616
"ext-simplexml": "*",
1717
"guzzlehttp/guzzle": "^7.1",
18-
"illuminate/notifications": "9.0 || ^10.0",
18+
"illuminate/notifications": "^10.0||^11.0",
1919
"illuminate/support": "^10.0|^11.0"
2020
},
2121
"require-dev": {

0 commit comments

Comments
 (0)