Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit b3beb83

Browse files
committed
Allow Laravel 5.6
1 parent 9d16d9c commit b3beb83

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
@@ -16,9 +16,9 @@
1616
],
1717
"require": {
1818
"php": ">=5.5.0",
19-
"illuminate/console": "~5.1.10|5.2.*|5.3.*|5.4.*|5.5.*",
20-
"illuminate/log": "~5.1.10|5.2.*|5.3.*|5.4.*|5.5.*",
21-
"illuminate/support": "~5.1.10|5.2.*|5.3.*|5.4.*|5.5.*",
19+
"illuminate/console": "~5.1.10|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
20+
"illuminate/log": "~5.1.10|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
21+
"illuminate/support": "~5.1.10|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
2222
"nesbot/carbon": "~1.19"
2323
},
2424
"require-dev": {

0 commit comments

Comments
 (0)