Skip to content

Commit 38bcccf

Browse files
authored
Update composer.json
1 parent 24cecf0 commit 38bcccf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
}
1313
],
1414
"require": {
15-
"illuminate/notifications": "5.5.*|5.6.*|5.7.*|5.8.*",
16-
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*",
17-
"illuminate/queue": "5.5.*|5.6.*|5.7.*|5.8.*",
15+
"illuminate/notifications": "^5.5 || ^6.0",
16+
"illuminate/support": "^5.5 || ^6.0"
17+
"illuminate/queue": "^5.5 || ^6.0",
1818
"guzzlehttp/guzzle": "^6.2"
1919
},
2020
"require-dev": {

0 commit comments

Comments
 (0)