Commit e7e8c8b
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 project1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments