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
So the problem I am facing is: whenever I am doing composer require mustardBees/cmb-field-select2 package is getting added with capital B : "mustardBees/cmb-field-select2": "^3.0".
by doing it throws a warning:
Deprecation warning: require.mustardBees/cmb-field-select2 is invalid, it should not contain uppercase characters. Please use mustardbees/cmb-field-select2 instead. Make sure you fix this as Composer 2.0 will error.
So for the future composer purpose( and current warning :) ), can we please change package name to small letters.
The text was updated successfully, but these errors were encountered:
Heyo,
I am trying to add the plugin to Project
This is how I am adding it:
So the problem I am facing is: whenever I am doing
composer require mustardBees/cmb-field-select2
package is getting added with capitalB
:"mustardBees/cmb-field-select2": "^3.0"
.by doing it throws a warning:
So for the future composer purpose( and current warning :) ), can we please change package name to small letters.
The text was updated successfully, but these errors were encountered: