We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2b2791 commit 0fe4c71Copy full SHA for 0fe4c71
contributing/code/reproducer.rst
@@ -39,7 +39,7 @@ a PHP script, it's better to reproduce the bug by creating a new project. To do
39
40
.. code-block:: terminal
41
42
- $ composer require symfony/skeleton bug_app
+ $ composer create-project symfony/skeleton bug_app
43
44
2. Now you must add the minimum amount of code to reproduce the bug. This is the
45
trickiest part and it's explained a bit more later.
0 commit comments