moltin / laravel-cart

Laravel Facade and Service Provider for Moltin\Cart
276 stars 87 forks source link

"Your requirements could not be resolved to an installable set of packages." #35

Closed renege closed 9 years ago

renege commented 9 years ago
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Installation request for moltin/laravel-cart dev-master -> satisfiable by moltin/laravel-cart[dev-master].
    - moltin/laravel-cart dev-master requires moltin/cart 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.

Read <http://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.
jHoldroyd commented 9 years ago

We've experienced this before, to fix it you can add the requirements to your own composer.json file, as follows:

{
    "require": {
        "moltin/currency": "dev-master",
        "moltin/tax": "dev-master",
        "moltin/cart": "dev-master"
    }
}

Hopefully this takes care of the issue before we tag everything as v1

UncleBong commented 9 years ago

LARAVEL 5 MOLTIN/LARAVEL CART support????? pls

outrunthewolf commented 9 years ago

@skaman123 we do support p/r's