Skip to content

Commit 2ef2fff

Browse files
authored
Merge pull request #1 from MrBMT/patch-1
Update composer.json to fix error when installing in Laravel version 5.6.*
2 parents 2ef679b + 7f6227c commit 2ef2fff

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
@@ -6,7 +6,7 @@
66
"type": "project",
77
"require": {
88
"php": ">=7.0.0",
9-
"laravel/framework": "5.5.*"
9+
"laravel/framework": "^5.6 || 5.5.*"
1010
},
1111
"autoload": {
1212
"psr-4": {

0 commit comments

Comments
 (0)