Skip to content

Commit 19eb37e

Browse files
committed
🤖 TEST: #107
1 parent 3d139cd commit 19eb37e

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

starter.ini

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,13 @@ future_release=
6666
# Note: If you change the laravel version you MUST force the docker image to rebuild.
6767
# To force the docker image to rebuild increment the value for INVALIDATE_CACHE in .gitpod.Dockerfile
6868
# Supports versions 5.*, 6.*, 7.* and 8.*
69+
# For a full list of all released Laravel versions see https://github.com/laravel/laravel/releases
6970
# 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.*

0 commit comments

Comments
 (0)