Skip to content

Commit 938e688

Browse files
Laravel 6.0
1 parent dd2e2be commit 938e688

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
@@ -14,9 +14,9 @@
1414
}
1515
],
1616
"require": {
17-
"illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.*",
18-
"illuminate/session": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.*",
19-
"illuminate/events": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.*"
17+
"illuminate/support": "5.*.* || 6.0.*",
18+
"illuminate/session": "5.*.* || 6.0.*",
19+
"illuminate/events": "5.*.* || 6.0.*"
2020
},
2121
"require-dev": {
2222
"phpunit/phpunit": "~5.0 || ~6.0 || ~7.0 || ~8.0",

0 commit comments

Comments
 (0)