Skip to content

Commit 6ab402d

Browse files
authored
Merge pull request #5 from arnidan/laravel-6.0
Upgrade to Laravel 6.0
2 parents e31fa8d + 27f0754 commit 6ab402d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"require": {
99
"php": "^7.1.3",
1010
"monolog/monolog": "^1.23",
11-
"laravel/framework": "5.6.*|5.7.*|5.8.*"
11+
"laravel/framework": "5.6.*|5.7.*|5.8.*|6.0.*"
1212
},
1313
"minimum-stability": "dev",
1414
"prefer-stable": true,

0 commit comments

Comments
 (0)