Skip to content

Commit 4dc6dba

Browse files
committed
minor #9335 Update requirements.rst (marko89kv)
This PR was merged into the 4.0 branch. Discussion ---------- Update requirements.rst the package name wasn't complete, it should be "symfony/requirements-checker" Commits ------- 51ea313 Update requirements.rst
2 parents 0e2e828 + 51ea313 commit 4dc6dba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/requirements.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ your system meets all those requirements. Run this command to install the tool:
1313
.. code-block:: terminal
1414
1515
$ cd your-project/
16-
$ composer require requirements-checker
16+
$ composer require symfony/requirements-checker
1717
1818
Beware that PHP can define a different configuration for the command console and
1919
the web server, so you need to check requirements in both environments.
@@ -31,7 +31,7 @@ to avoid leaking internal information about your application to visitors:
3131
.. code-block:: terminal
3232
3333
$ cd your-project/
34-
$ composer remove requirements-checker
34+
$ composer remove symfony/requirements-checker
3535
3636
Checking Requirements for the Command Console
3737
---------------------------------------------

0 commit comments

Comments
 (0)