MinkExtension
MinkExtension copied to clipboard
Not working with Laravel 8.x
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"
}
...
}
Yes I get the same, a conflict with symfony/config... which if you resolve, becomes a conflict with symfony/routing.. and so on.
@celyes @harveydobson has anyone solved this?
@celyes @harveydobson has anyone solved this?
No as far as I'm concerned