-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated the installation chapter #5628
Conversation
javiereguiluz
commented
Aug 17, 2015
Q | A |
---|---|
Doc fix? | yes |
New docs? | no |
Applies to | all |
Fixed tickets | #5627 |
@@ -98,9 +98,6 @@ optional second argument of the ``new`` command: | |||
$ symfony new my_project_name 2.3.26 | |||
$ symfony new my_project_name 2.6.5 | |||
|
|||
# use the most recent LTS (Long Term Support) version | |||
$ symfony new my_project_name lts |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this not supported?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 |
👍 |
Actually, the 2.3 did not have a new release since this change was merged. So things will be a bit weird for people reading the 2.3 docs. But well, who is reading the 2.3 installation docs now that the 2.7 LTS is already released? |
Which feature do you mean? |
@xabbuh the new SE homepage (and the existence of the |
A new 2.3 version will be released "soon" and most newcomers start with 2.7 anyway, so I guess we can safely merge it as it is now. |
Yeah, I think that's not really an issue since - like you said - people probably don't start new projects with 2.3 anymore. |