File tree 1 file changed +9
-3
lines changed 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,13 @@ future_release=
66
66
# Note: If you change the laravel version you MUST force the docker image to rebuild.
67
67
# To force the docker image to rebuild increment the value for INVALIDATE_CACHE in .gitpod.Dockerfile
68
68
# Supports versions 5.*, 6.*, 7.* and 8.*
69
+ # For a full list of all released Laravel versions see https://github.com/laravel/laravel/releases
69
70
# Ensure that you use valid semantic versioning, ^ is not supported. Version must start with an integer.
70
- # The major version must start with an integer.
71
- # For initial setup only. This value is ignored once scaffolding files have been pushed to your repo.
72
- version =6.0.0
71
+ # The major version must start with an integer. The patch version number should be specified with * notation.
72
+ # Prior to version 6, Laravel minor versions were treated as major versions.
73
+ # See https://laravelversions.com/ for major version information.
74
+ # It is recommended to use * notation for minor and patch versions on all major versions after version 5.
75
+ # Currently Version 6 and Version 8 are LTS with version 8 as the only version receiveing security updates.
76
+ # If you are new to Laravel, do yourself a favor and con't change the Laravel version. use the default 8.*
77
+ # This value is for initial setup only and is ignored once the Laravel scaffolding have been pushed to your repo.
78
+ version =6.0.*
You can’t perform that action at this time.
0 commit comments