We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHP warning : undefined variable link:
link
Nick@~/workspace/player-packages/composer-suggest (master=)$ git diff diff --git a/src/Suggest.php b/src/Suggest.php index a0a10e4..507c731 100644 --- a/src/Suggest.php +++ b/src/Suggest.php @@ -162,7 +162,7 @@ EOF; } else { // Defer to solver. TODO: ? self::debug("Deferring duplicate <comment>{$name}</comment>"); - $dups[] = $link; + $dups[ $name ] = $constraint; } } return $origin;
The text was updated successfully, but these errors were encountered:
Bug #14, fix "Defer to solver" and PHP warning [iet:3899357]
7e7b3a3
* Allow duplicate Composer packages names in suggestions
No branches or pull requests
PHP warning : undefined variable
link
:The text was updated successfully, but these errors were encountered: