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
Per composer/composer#8353, composer config has a maximum depth of 3. In many cases, the installer path array only contains one item in it anyway. For example, ["type:wordpress-plugin"]. It would be convenient if composer/installers allowed this to be optionally specified as a scalar: "type:wordpress-plugin". That way, one could do: composer config extra.installer-paths.your/custom/path/{\$name} type:wordpress-plugin
The text was updated successfully, but these errors were encountered:
Per composer/composer#8353,
composer config
has a maximum depth of 3. In many cases, the installer path array only contains one item in it anyway. For example,["type:wordpress-plugin"]
. It would be convenient if composer/installers allowed this to be optionally specified as a scalar:"type:wordpress-plugin"
. That way, one could do:composer config extra.installer-paths.your/custom/path/{\$name} type:wordpress-plugin
The text was updated successfully, but these errors were encountered: