Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Unable to install on Laravel 5.6 #11

Closed
nfunwigabga opened this issue Feb 9, 2018 · 3 comments
Closed

Unable to install on Laravel 5.6 #11

nfunwigabga opened this issue Feb 9, 2018 · 3 comments

Comments

@nfunwigabga
Copy link

Readme says the package is compatible with Laravel 5.5-5.6 but I tried installing on 5.6 and it failed. Says it only requires 5.5. Any plan to make it compatible with 5.6?

@ncpope
Copy link
Contributor

ncpope commented Feb 10, 2018

Same here:

composer require ohmybrew/laravel-shopify
Using version ^2.0 for ohmybrew/laravel-shopify
./composer.json has been updated
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
    - Can only install one of: laravel/framework[v5.6.3, 5.5.x-dev].
    - Can only install one of: laravel/framework[5.5.x-dev, v5.6.3].
    - Can only install one of: laravel/framework[5.5.x-dev, v5.6.3].
    - ohmybrew/laravel-shopify v2.0.0 requires laravel/framework ~5.5.0 -> satisfiable by laravel/framework[5.5.x-dev].
    - Installation request for ohmybrew/laravel-shopify ^2.0 -> satisfiable by ohmybrew/laravel-shopify[v2.0.0].
    - Installation request for laravel/framework (locked at v5.6.3, required as 5.6.*) -> satisfiable by laravel/framework[v5.6.3].

Installation failed, reverting ./composer.json to its original content.

This is on a fresh 5.6 installation.

@gnikyt
Copy link
Owner

gnikyt commented Feb 12, 2018

Hmm, sorry about that, I had a little internal issue with this recently too. I just merged in a pull which should solve this. Going to push an update tonight.

@gnikyt
Copy link
Owner

gnikyt commented Feb 12, 2018

v2.0.1 from pull #13 should fix this issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants