Behat / MinkExtension

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

Symfony 5 compatiblity #360

Closed cdaguerre closed 3 years ago

chadyred commented 4 years ago

Works as expected, thanks but their is another existing PR but yours seems more complete than https://github.com/Behat/MinkExtension/pull/355

chadyred commented 4 years ago

@stof Is it possible to take a look at this, simple to review ? Many PR pop for this small change.

mahalay commented 4 years ago

Reached out to @stof, @everzet, and @ciaranmcnulty in Twitter - it could be possible that they're very busy with more important stuff.

Guikingone commented 4 years ago

Hi everyone 👋

Any news about this PR? 🤔

mahalay commented 4 years ago

Hi everyone wave

Any news about this PR?

Here's the workaround I use atm:

"require-dev": {
    "behat/mink-extension": "dev-upgrade/allow-symony-5 as 2.3"
},
"repositories": [
    {
        "type": "vcs",
        "url": "https://github.com/chadyred/MinkExtension"
    }
]
chadyred commented 4 years ago

We waiting for it ;)

I-Valchev commented 4 years ago

Any updates yet?

pamil commented 4 years ago

This extension will be moved to @FriendsOfBehat organization soon. Please use friends-of-behat/mink-extension instead of behat/mink-extension, no need to change anything in the code except for this dependency.

xurizaemon commented 2 years ago

@pamil @everzet given https://github.com/Behat/MinkExtension/pull/360#issuecomment-631583136, should Behat/MinkExtension now be marked abandoned in Packagist, in favour of friends-of-behat/mink-extension?