neilime / zf2-assets-bundle

AssetsBundle is a module for Zend Framework 2 allowing asset managment (bundling & caching)
https://neilime.github.io/zf2-assets-bundle/
MIT License
33 stars 20 forks source link

Dependencies are breaking stable projects #7

Closed jan-auer closed 11 years ago

jan-auer commented 11 years ago

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.

neilime commented 11 years ago

I'll try to do it as soon as possible

neilime commented 11 years ago

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