metafizzy / outlayer

:construction_worker: the brains & guts of a layout library
163 stars 63 forks source link

Composer bower asset plugin comp. #39

Closed udokmeci closed 8 years ago

udokmeci commented 9 years ago

I get the error below when installing the another package.

  Problem 1
    - bower-asset/outlayer v1.4.0 requires bower-asset/eventemitter >=4.2,<5 -> no matching package found.
    - bower-asset/outlayer v1.4.1 requires bower-asset/eventemitter >=4.2,<5 -> no matching package found.
    - bower-asset/masonry v3.3.1 requires bower-asset/outlayer >=1.4.0,<1.5 -> satisfiable by bower-asset/outlayer[v1.4.1, v1.4.0].
    - Installation request for bower-asset/masonry 3.3.1 -> satisfiable by bower-asset/masonry[v3.3.1].

Probably plugin cannot understand since there isn't the third number.

desandro commented 9 years ago

Thanks for this fix. Rather than fix it here, this may be an issue with Composer. >=4.2 <5 is a valid semver range. Perhaps we should open an issue with composer/semver ?