8000 Update setup.rst by stoccc · Pull Request #7298 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content
8000

Update setup.rst #7298

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 3 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update setup.rst
  • Loading branch information
stoccc authored Dec 28, 2016
commit 1a713408e55b86a1ceafe9bb0d0ed25ba0fd42f4
4 changes: 3 additions & 1 deletion setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,10 @@ the ``create-project`` command:
command to display a detailed output of everything that Composer is doing.

.. _php-version-constraints:

Php version constraints
-----------------------

If you base your project on a specific Symfony version (e.g. Symfony 2.8), maybe
you have to meet some constraints regarding your php version (e.g. php 5.4.16) or other libraries on your
production server. Remember to add such constraints in your ``composer.json`` file located
Expand Down Expand Up @@ -217,7 +219,7 @@ app depends on a number of third-party libraries stored in the ``vendor/`` direc
and managed by Composer.

Updating those libraries frequently is a good practice to prevent bugs and
security vulnerabilities. Execute the ``update`` Composer command (:ref:`take a look at this <php-version-constraints>` before) to update them
security vulnerabilities. Execute the ``update`` Composer command (take a look at :ref:`php-version-constraints` before) to update them
all at once (this can take up to several minutes to complete depending on the
complexity of your project):

Expand Down
0