Skip to content

Commit 0fe4c71

Browse files
authored
Use create-project instead of require to create reproducer project
1 parent f2b2791 commit 0fe4c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing/code/reproducer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ a PHP script, it's better to reproduce the bug by creating a new project. To do
3939

4040
.. code-block:: terminal
4141
42-
$ composer require symfony/skeleton bug_app
42+
$ composer create-project symfony/skeleton bug_app
4343
4444
2. Now you must add the minimum amount of code to reproduce the bug. This is the
4545
trickiest part and it's explained a bit more later.

0 commit comments

Comments
 (0)