You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments