Skip to content

Update requirements.rst #9335

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
Feb 25, 2018
Merged
Changes from all commits
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
4 changes: 2 additions & 2 deletions reference/requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ your system meets all those requirements. Run this command to install the tool:
.. code-block:: terminal

$ cd your-project/
$ composer require requirements-checker
$ composer require symfony/requirements-checker

Beware that PHP can define a different configuration for the command console and
the web server, so you need to check requirements in both environments.
Expand All @@ -31,7 +31,7 @@ to avoid leaking internal information about your application to visitors:
.. code-block:: terminal

$ cd your-project/
$ composer remove requirements-checker
$ composer remove symfony/requirements-checker

Checking Requirements for the Command Console
---------------------------------------------
Expand Down