Closed DanielHitchen closed 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:
composer.json
{ "require" : { "moltin/cart": "dev-master" } }
Any help would be much appreciated. Thanks
Solved the issue by adding:
"minimum-stability": "dev", "prefer-stable": true
to the bottom of the composer file
Hi,
I'm struggling to install your cart package via composer - every time I try, I get the error:
and here is my
composer.json
:Any help would be much appreciated. Thanks