File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ your system meets all those requirements. Run this command to install the tool:
13
13
.. code-block :: terminal
14
14
15
15
$ cd your-project/
16
- $ composer require requirements-checker
16
+ $ composer require symfony/ requirements-checker
17
17
18
18
Beware that PHP can define a different configuration for the command console and
19
19
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:
31
31
.. code-block :: terminal
32
32
33
33
$ cd your-project/
34
- $ composer remove requirements-checker
34
+ $ composer remove symfony/ requirements-checker
35
35
36
36
Checking Requirements for the Command Console
37
37
---------------------------------------------
You can’t perform that action at this time.
0 commit comments