edn icon indicating copy to clipboard operation
edn copied to clipboard

Composer unable to source Phlexy (even though it's there)

Open BorisKourt opened this issue 10 years ago • 1 comments

I am getting the following when I try to require igorw/edn

 Problem 1
    - Installation request for igorw/edn 1.0.*@dev -> satisfiable by igorw/edn[1.0.x-dev].
    - igorw/edn 1.0.x-dev requires nikic/phlexy ~1.0-dev -> no matching package found.

I am able to fix it by requiring Phlexy manually in composer.json. I am not sure if this is just a typo here?

BorisKourt avatar May 05 '15 03:05 BorisKourt

You can work around this by running:

composer config minimum-stability dev

in the same directory as your project then running:

composer require igorw/edn

slifin avatar Apr 11 '19 14:04 slifin