Behat / MinkExtension

Mink extension (tight integration and configuration) for Behat
MIT License
636 stars 277 forks source link

Not working with Laravel 8.x #374

Open celyes opened 3 years ago

celyes commented 3 years ago

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 commented 3 years ago

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

prodigeris commented 1 year ago

@celyes @harveydobson has anyone solved this?

celyes commented 1 year ago

@celyes @harveydobson has anyone solved this?

No as far as I'm concerned