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
This PR was merged into the 1.x branch.
Discussion
----------
Correctly resolve the lock alias
`composer require lock` doesn't resolve the `lock` alias because the package name resolution is skipped when the package argument is `lock`. This PR bypasses this specifically for the `require` command, so that `composer require lock` correctly resolved the alias, but `composer update lock` still skips the name resolution.
Reference: symfony/recipes#1150
Commits
-------
de71648 Correctly resolve the lock alias
The
lock
alias already exists in the recipe (#1146 (comment))recipes/index.json
Line 149 in 7e2f8be
But it's not working when trying to install the lock component.
The text was updated successfully, but these errors were encountered: