Skip to content

Commit 3984acf

Browse files
authored
Update Composer.json for Laravel 7
1 parent 5e8b16d commit 3984acf

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 || ^6.0",
16-
"illuminate/support": "^5.5 || ^6.0",
17-
"illuminate/queue": "^5.5 || ^6.0",
15+
"illuminate/notifications": "^5.5 || ^6.0 || ^7.0",
16+
"illuminate/support": "^5.5 || ^6.0 || ^7.0",
17+
"illuminate/queue": "^5.5 || ^6.0 || ^7.0",
1818
"guzzlehttp/guzzle": "^6.2"
1919
},
2020
"require-dev": {

0 commit comments

Comments
 (0)