Skip to content

Commit 8e8e384

Browse files
Update composer.json
Set the minimum laravel framework version for laravel 6 as 6.20.26. Because of some security threats in previous versions.
1 parent 0ff7035 commit 8e8e384

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
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"laravel/framework": "^5.0|^6.20.14|^7.0|^8.0"
12+
"laravel/framework": "^5.0|^6.20.26|^7.0|^8.0"
1313
},
1414
"autoload": {
1515
"psr-4": {

0 commit comments

Comments
 (0)