Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compose install failing. #27

Closed
jagdeepbanga opened this issue Nov 7, 2018 · 1 comment
Closed

Compose install failing. #27

jagdeepbanga opened this issue Nov 7, 2018 · 1 comment
Assignees

Comments

@jagdeepbanga
Copy link

When trying to install it using composer getting following error, I am using "contentful-laravel"

composer require contentful/rich-text

Using version ^1.2 for contentful/rich-text
./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
    - Conclusion: don't install contentful/rich-text 1.2.0
    - Conclusion: remove contentful/core 1.5.0
    - Installation request for contentful/rich-text ^1.2 -> satisfiable by contentful/rich-text[1.2.0, 1.3.0.x-dev].
    - Conclusion: don't install contentful/core 1.5.0
    - contentful/rich-text 1.3.0.x-dev requires contentful/core ^2.0 -> satisfiable by contentful/core[2.0.0, 2.0.0-beta1, 2.0.0-beta2, 2.1.0.x-dev].
    - Can only install one of: contentful/core[2.0.0, 1.5.0].
    - Can only install one of: contentful/core[2.0.0-beta1, 1.5.0].
    - Can only install one of: contentful/core[2.0.0-beta2, 1.5.0].
    - Can only install one of: contentful/core[2.1.0.x-dev, 1.5.0].
    - Installation request for contentful/core (locked at 1.5.0) -> satisfiable by contentful/core[1.5.0].
@dborsatto
Copy link
Contributor

Hey @jagdeepbanga,

The problem is that contentful-laravel depends on the Delivery SDK v3, which depends on the Core SDK v1. This library, on the other hand, depends on the Core SDK v2, generating a conflict which prevents you from completing the installation.

The library contentful-laravel needs to be updated, and hopefully it will happen next week.

Cheers,

Davide

@dborsatto dborsatto self-assigned this Nov 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants