neilime/zf2-assets-bundle

Dependencies are breaking stable projects

jan-auer opened this issue · 2 comments

When zf2-assets-bundle is required in projects specifying "minimum-stability": "stable", composer fails to resolve the requirements to an installable set of packages. The exact error Message is:

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Installation request for neilime/zf2-assets-bundle dev-master -> satisfiable by neilime/zf2-assets-bundle[dev-master].
    - neilime/zf2-assets-bundle dev-master requires zendframework/zendframework dev-master -> no matching package found.

Potential causes:
 - A typo in the package name
 - The package is not available in a stable-enough version according to your minimum-stability setting
   see <https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion> for more details.

Since "stable" is the default stability in composer, could you please use explicit version tags in the requirements section of you composer.json so that projects depending on stable requirements can also use this module? This, however, would also affect your lessphp fork.

Thanks in advance.

I'll try to do it as soon as possible

Version 2.0 is stable and could be used with "minimum-stability": "stable" configuration.
Be carefull, things have changed with this new version, "module" level has been added in assets configuration