Skip to content

Update the installation instructions for components #11754

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

Closed
wants to merge 1 commit into from

Conversation

javiereguiluz
Copy link
Member

This is based on #10971. My questions:

  • Is it OK to apply this to all components?
  • Is it OK to leave the Polyfills out of this change?
  • If this is accepted, when upmerging to other branches, what should we do? Replace ^3.4 by each branch? In all of them except "current"? Should we use "dev-master" for master?

@javiereguiluz javiereguiluz added this to the 3.4 milestone Jun 14, 2019
@@ -29,7 +29,7 @@ Installation

.. code-block:: terminal

$ composer require --dev "symfony/phpunit-bridge:*"
$ composer require --dev "symfony/phpunit-bridge::^3.4"
Copy link
Contributor

Choose a reason for hiding this comment

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

No double colon here and the quotes are not needed, right?

Copy link
Member

Choose a reason for hiding this comment

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

Quotes are needed by some shells like zsh IIRC.

Copy link
Contributor

Choose a reason for hiding this comment

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

Ok, but for now we are not using quotes across the docs, maybe we should add them everywhere then

Copy link
Member

Choose a reason for hiding this comment

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

I think so. I confirm the behavior. Quoting is what I'm doing in Twig's docs: https://twig.symfony.com/doc/2.x/installation.html

@javiereguiluz
Copy link
Member Author

Closing as fixed by #12347, which was a duplicate of this pull request. 🤦‍♂

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.

4 participants