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

composer error installing mink #128

Open
I-Valchev opened this issue Jun 17, 2020 · 2 comments
Open

composer error installing mink #128

I-Valchev opened this issue Jun 17, 2020 · 2 comments

Comments

@I-Valchev
Copy link

composer require --dev friends-of-behat/mink friends-of-behat/mink-extension friends-of-behat/mink-browserkit-driver fails with:

Using version ^1.8 for friends-of-behat/mink
Using version ^2.4 for friends-of-behat/mink-extension
Using version ^1.4 for friends-of-behat/mink-browserkit-driver
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Restricting packages listed in "symfony/symfony" to "^4.4"
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - don't install friends-of-behat/mink v1.8.0|remove behat/mink v1.8.1
    - don't install friends-of-behat/mink v1.8.0|don't install behat/mink v1.8.1
    - don't install friends-of-behat/mink v1.8.0|don't install behat/mink v1.8.1
    - Installation request for friends-of-behat/mink ^1.8 -> satisfiable by friends-of-behat/mink[v1.8.0].
    - Installation request for behat/mink (locked at v1.8.1) -> satisfiable by behat/mink[v1.8.1].


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

composer.json doesn't have any behat or mink dependencies that are not from FriendsOfBehat.
Any pointers what I'm breaking?

@ymarillet
Copy link

behat/mink v1.8.1 causes problems, 1.8.0 is ok at the moment

you can downgrade with following command:
composer require --dev friends-of-behat/mink friends-of-behat/mink-extension friends-of-behat/mink-browserkit-driver behat/mink

@pamil
Copy link
Member

pamil commented Jul 30, 2020

@I-Valchev, did @ymarillet work well for you?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants