Skip to content

Commit 847018f

Browse files
committed
Updated composer.json to only support laravel 7
1 parent 3640e47 commit 847018f

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
@@ -22,7 +22,7 @@
2222
},
2323
"require": {
2424
"php": "^7.2",
25-
"laravel/framework": "^6||^7",
25+
"laravel/framework": "^7",
2626
"intervention/image": "^2.5"
2727
}
2828
}

0 commit comments

Comments
 (0)