Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4dc6dba

Browse filesBrowse 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
Copy full SHA for 4dc6dba

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎reference/requirements.rst

Copy file name to clipboardExpand all lines: reference/requirements.rst
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.