Skip to content

Commit e06befd

Browse files
Update composer.json
1 parent e950bb4 commit e06befd

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
@@ -12,9 +12,9 @@
1212
],
1313
"require": {
1414
"php": "^8.0.1",
15-
"illuminate/notifications": "^9.0|^10.0",
16-
"illuminate/support": "^9.0|^10.0",
17-
"illuminate/queue": "^9.0|^10.0"
15+
"illuminate/notifications": "*",
16+
"illuminate/support": "*",
17+
"illuminate/queue": "*"
1818
},
1919
"require-dev": {
2020
"mockery/mockery": "^1.5",

0 commit comments

Comments
 (0)