Skip to content

[Flex] Use Flex aliases for security-checker & requirements-checker #10235

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 2 commits into from
Closed
Show file tree
Hide file tree
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 symfony/requirements-checker
$ composer require req-check

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 symfony/requirements-checker
$ composer remove req-check

Checking Requirements for the Command Console
---------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ command to install it in your application:
.. code-block:: terminal

$ cd my-project/
$ composer require sensiolabs/security-checker --dev
$ composer require sec-check --dev

From now on, this utility will be run automatically whenever you install or
update any dependency in the application. If a dependency contains a vulnerability,
Expand Down