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
This may make it work even if composer-asset-plugin is installed.
https://getcomposer.org/doc/04-schema.md#replace
The text was updated successfully, but these errors were encountered:
Seems this works better and even if asset plugin is installed:
{ "require": { "yiisoft/yii2": "~2.0.11" }, "replace": { "bower-asset/jquery": "*", "bower-asset/jquery.inputmask": "*", "bower-asset/punycode": "*", "bower-asset/yii2-pjax": "*" }, "conflict": { "bower-asset/jquery": "*", "bower-asset/jquery.inputmask": "*", "bower-asset/punycode": "*", "bower-asset/yii2-pjax": "*" } }
Sorry, something went wrong.
d1e8631
No branches or pull requests
This may make it work even if composer-asset-plugin is installed.
https://getcomposer.org/doc/04-schema.md#replace
The text was updated successfully, but these errors were encountered: