minkphp / MinkZombieDriver

Zombie.js driver for Mink framework
41 stars 49 forks source link

Driver does not work with Symfony 4.0+ #187

Closed Dragonrun1 closed 2 years ago

Dragonrun1 commented 5 years ago

Your requirements could not be resolved to an installable set of packages. ...

aik099 commented 5 years ago

It's easy to fix. You can safely send PR, that update symfony/process component requirement to allow any 4.x version of Symfony.

P.S. I've renamed issue, because "Zombie" is an app, that is used by this driver. The app itself has nothing to do with Symfony, but this driver do.

beoboo commented 5 years ago

I added this PR: #189

stof commented 2 years ago

Fixed in #196 alongside the CI changes