Skip to content

Commit 356f812

Browse files
committed
update to laravel 6
1 parent 735a04b commit 356f812

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
@@ -9,10 +9,10 @@
99
"license": "MIT",
1010
"require": {
1111
"php": ">=7.1.0",
12-
"illuminate/support": "5.*",
13-
"illuminate/notifications": "5.*",
14-
"illuminate/console": "5.*",
15-
"illuminate/database": "5.*"
12+
"illuminate/support": "6.*",
13+
"illuminate/notifications": "6.*",
14+
"illuminate/console": "6.*",
15+
"illuminate/database": "6.*"
1616
},
1717
"autoload": {
1818
"psr-0": {

0 commit comments

Comments
 (0)