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

Broken composer install #111

Closed
guiyomh opened this issue Sep 23, 2016 · 2 comments
Closed

Broken composer install #111

guiyomh opened this issue Sep 23, 2016 · 2 comments

Comments

@guiyomh
Copy link

guiyomh commented Sep 23, 2016

Problem 1
    - guzzlehttp/command 0.7.1 requires guzzlehttp/guzzle ~5.0 -> satisfiable by guzzlehttp/guzzle[5.0.0, 5.0.1, 5.0.2, 5.0.3, 5.1.0, 5.2.0, 5.3.0, 5.3.1, 5.3.x-dev] but these conflict with your requirements or minimum-stability.
    - guzzlehttp/command 0.7.0 requires guzzlehttp/guzzle ~5.0 -> satisfiable by guzzlehttp/guzzle[5.0.0, 5.0.1, 5.0.2, 5.0.3, 5.1.0, 5.2.0, 5.3.0, 5.3.1, 5.3.x-dev] but these conflict with your requirements or minimum-stability.
    - guzzlehttp/guzzle-services 0.5.0 requires guzzlehttp/command 0.7.* -> satisfiable by guzzlehttp/command[0.7.0, 0.7.1].
    - Installation request for guzzlehttp/guzzle-services 0.5.* -> satisfiable by guzzlehttp/guzzle-services[0.5.0].

here my require :


    "require": {
        "php": ">=7.0.9",
        "symfony/symfony": "3.1.*",
        "doctrine/orm": "^2.5",
        "doctrine/doctrine-bundle": "^1.6",
        "doctrine/doctrine-cache-bundle": "^1.2",
        "symfony/swiftmailer-bundle": "^2.3",
        "symfony/monolog-bundle": "^2.8",
        "symfony/polyfill-apcu": "^1.0",
        "sensio/distribution-bundle": "^5.0",
        "sensio/framework-extra-bundle": "^3.0.2",
        "incenteev/composer-parameter-handler": "^2.0",
        "doctrine/doctrine-migrations-bundle": "^1.0",
        "stof/doctrine-extensions-bundle": "^1.2",
        "lexik/form-filter-bundle": "^5.0",
        "friendsofsymfony/rest-bundle": "^2.0",
        "jms/serializer-bundle": "^1.1",
        "friendsofsymfony/jsrouting-bundle": "^1.6",
        "liuggio/excelbundle": "^2.1",
        "hautelook/templated-uri-bundle": "~2.0",
        "knplabs/knp-menu-bundle": "^2.0",
        "knplabs/knp-paginator-bundle": "^2.5",
        "twig/extensions": "^1.3",
        "nesbot/carbon": "^1.21",
        "ornicar/gravatar-bundle": "~1.0",
        "liip/imagine-bundle": "^1.6",
        "vria/nodiacritic": "^0.1.0",
        "misd/phone-number-bundle": "^1.1",
        "hautelook/alice-bundle": "^1.3",
        "doctrine/data-fixtures": "1.1.1",
        "behat/web-api-extension": "~1.0@dev",
        "guzzlehttp/guzzle": "^6.2",
        "guzzlehttp/guzzle-services": "0.5.*"
    },
@nubs
Copy link

nubs commented Sep 23, 2016

You are requiring guzzle 6, but guzzle-services needs guzzle 5 (not 6)

@guiyomh
Copy link
Author

guiyomh commented Sep 23, 2016

Yes i just saw it,

i fix by make : composer require guzzlehttp/guzzle-services dev-guzzle6

@guiyomh guiyomh closed this as completed Sep 23, 2016
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