8000 bug #8618 Fix path to requirements-checker (ckrack) · yceruto/symfony-docs@ff10d08 · GitHub
[go: up one dir, main page]

Skip to content

Commit ff10d08

Browse files
committed
bug symfony#8618 Fix path to requirements-checker (ckrack)
This PR was merged into the master branch. Discussion ---------- Fix path to requirements-checker Commits ------- 2764076 Fix path to requirements-checker
2 parents c0c6cee + 2764076 commit ff10d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ The ``req-checker`` utility adds two PHP scripts to your application:
9090

9191
.. code-block:: terminal
9292
93-
php bin/check.php
93+
php vendor/bin/requirements-checker
9494
9595
This will check your CLI environment. Run the second one from a browser (e.g.
9696
``http://localhost:8000/check.php``) to check your web server environment.

0 commit comments

Comments
 (0)
0