Skip to content

Always activate plugin.

Arthur Lorenz requested to merge fix-no-constraint-on-require into main

If no constraint is set composer tries to look for available packages to then find the best candidate. This was not possible on require dpp/version because at that point the plugin was not activated and therefore could not set up the repositories. By always activating the plugin we can fix this.

Merge request reports