Skip to content

Commit 42c30db

Browse files
author
Ilya Sakovich
authored
Laravel 7 support
1 parent 5bfb36b commit 42c30db

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"type": "library",
66
"license": "MIT",
77
"require": {
8-
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*|6.*",
9-
"illuminate/events": "5.5.*|5.6.*|5.7.*|5.8.*|6.*",
10-
"illuminate/queue": "5.5.*|5.6.*|5.7.*|5.8.*|6.*",
11-
"illuminate/notifications": "5.5.*|5.6.*|5.7.*|5.8.*|6.*"
8+
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*",
9+
"illuminate/events": "5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*",
10+
"illuminate/queue": "5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*",
11+
"illuminate/notifications": "5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*"
1212
},
1313
"autoload": {
1414
"psr-4": {

0 commit comments

Comments
 (0)