Skip to content

Commit e7e8c8b

Browse files
committed
minor symfony#9412 Use create-project instead of require to create reproducer project (magnetik)
This PR was merged into the 4.0 branch. Discussion ---------- Use create-project instead of require to create reproducer project `composer require symfony/skeleton bug_app` is a syntax error (as `bug_app` is required to be a version constraint). So I think this was a typo Commits ------- 0fe4c71 Use create-project instead of require to create reproducer project
2 parents f2b2791 + 0fe4c71 commit e7e8c8b

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)