Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Not working with Laravel 8.x #374

Open
celyes opened this issue May 11, 2021 · 3 comments
Open

Not working with Laravel 8.x #374

celyes opened this issue May 11, 2021 · 3 comments

Comments

@celyes
Copy link

celyes commented May 11, 2021

Cannot install on Laravel 8.x due to compatibility issues:

Here's the command i ran: composer require behat/mink-extension --dev

Here's my dependencies in composer.json file:

{
    ...
    "require": {
        "php": "^7.3|^8.0",
        "creativeorange/gravatar": "^1.0",
        "fideloper/proxy": "^4.4",
        "fruitcake/laravel-cors": "^2.0",
        "guzzlehttp/guzzle": "^7.0.1",
        "intervention/image": "^2.5",
        "laravel/framework": "^8.12",
        "laravel/passport": "^10.1",
        "laravel/tinker": "^2.5",
        "ramsey/uuid": "^4.1",
        "sentry/sentry-laravel": "^2.3",
        "spatie/laravel-permission": "^4.0",
        "staudenmeir/belongs-to-through": "^2.9",
        "symfony/css-selector": "^5.2"
    },
    "require-dev": {
        "behat/behat": "^3.8",
        "behat/mink": "^1.8",
        "facade/ignition": "^2.5",
        "fakerphp/faker": "^1.9.1",
        "laracasts/behat-laravel-extension": "^1.1",
        "laravel/breeze": "^1.1",
        "mockery/mockery": "^1.4.2",
        "nunomaduro/collision": "^5.0",
        "phpunit/phpunit": "^9.3.3"
    }
    ...
}
@harveydobson
Copy link

Yes I get the same, a conflict with symfony/config... which if you resolve, becomes a conflict with symfony/routing.. and so on.

@prodigeris
Copy link

@celyes @harveydobson
has anyone solved this?

@celyes
Copy link
Author

celyes commented Dec 21, 2022

@celyes @harveydobson
has anyone solved this?

No as far as I'm concerned

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