Skip to content

Specify version for symfony/skeleton #10139

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

Merged
merged 1 commit into from
Aug 4, 2018
Merged

Specify version for symfony/skeleton #10139

merged 1 commit into from
Aug 4, 2018

Conversation

hackzilla
Copy link
Contributor

otherwise latest version is downloaded

setup/flex.rst Outdated
@@ -111,7 +111,7 @@ Symfony application by executing the following command:

.. code-block:: terminal

$ composer create-project symfony/skeleton my-project
$ composer create-project symfony/skeleton my-project 3.4
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMO we should use a constraint that will pick the latest patch release for 3.4 like this: composer create-project symfony/skeleton:^3.4 my-project

@xabbuh xabbuh added this to the 3.4 milestone Aug 3, 2018
otherwise latest version is downloaded
@hackzilla
Copy link
Contributor Author

I've amended the PR to composer create-project symfony/skeleton:3.4.* my-project.
Whilst I like the idea of getting the latest version, the issue I have is, is it right to install a later version?
Specifically when 4.2 comes out, the 4.1 documentation will no longer install 4.1

@xabbuh
Copy link
Member

xabbuh commented Aug 4, 2018

Thank you @hackzilla.

@xabbuh xabbuh merged commit 8be5310 into symfony:3.4 Aug 4, 2018
xabbuh added a commit that referenced this pull request Aug 4, 2018
This PR was merged into the 3.4 branch.

Discussion
----------

Specify version for symfony/skeleton

otherwise latest version is downloaded

Commits
-------

8be5310 Specify version for symfony/skeleton
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants