moltin / cart

Shopping cart composer package
Other
110 stars 62 forks source link

Issues installing via Composer #25

Closed DanielHitchen closed 9 years ago

DanielHitchen commented 9 years ago

Hi,

I'm struggling to install your cart package via composer - every time I try, I get the error:

Problem 1
    - Installation request for moltin/cart dev-master -> satisfiable by moltin/cart[dev-master].
    - moltin/cart dev-master requires moltin/tax dev-master -> no matching package found.

and here is my composer.json:

{
    "require" : {
        "moltin/cart": "dev-master"
    }
}

Any help would be much appreciated. Thanks

DanielHitchen commented 9 years ago

Solved the issue by adding:

"minimum-stability": "dev",
"prefer-stable": true

to the bottom of the composer file