Skip to content
This repository was archived by the owner on Feb 17, 2022. It is now read-only.

Commit 10d42e6

Browse files
author
rok
committed
support laravel 6
1 parent 2e5798f commit 10d42e6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
],
1313
"require": {
1414
"php": ">=5.4.0",
15-
"illuminate/config": "~5.0",
16-
"illuminate/session": "~5.0",
17-
"illuminate/support": "~5.0"
15+
"illuminate/config": "~5.0 || ^6.0",
16+
"illuminate/session": "~5.0 || ^6.0",
17+
"illuminate/support": "~5.0 || ^6.0"
1818
},
1919
"require-dev": {
20-
"laravel/framework": "~5.0"
20+
"laravel/framework": "~5.0 || ^6.0"
2121
},
2222
"autoload": {
2323
"psr-0": {

0 commit comments

Comments
 (0)