robertfausk / behat-panther-extension

Run your behat tests in a headless chrome/firefox - Symfony Panther extension for Behat
https://packagist.org/packages/robertfausk/behat-panther-extension
Other
30 stars 5 forks source link

Update composer.json to support Process ^6.0 #8

Closed Dragony closed 2 years ago

Dragony commented 2 years ago

Hello! We've used your library to setup a behat test suite.

Recently we've updated our PHP Version and other dependencies and we've run into a problem. Our newest Packages relies on symfony/process ^6.0. Currently your package mink-panther-driver has a dev release to also include the new process package. Sadly the behat-panther-extension package does not have a release that includes the updated panther driver package.

Can you create a new version of robertfausk/mink-panther-driver and robertfausk/behat-panther-extension to include symfony/process ^6.0 in the dependency chain, instead of symfony/process ^5.0?

I'm also happy to help and do the work, but most of it tagging a new version and doing a release. Something I can't do in a pull request.

Best regards from Switzerland!

robertfausk commented 2 years ago

Hi @Dragony!

I've just released https://github.com/robertfausk/mink-panther-driver/releases/tag/v1.1.0. So it should be enough to require "robertfausk/behat-panther-extension": "~1.0" in your composer.json.

If you still encounter an issue pls reopen or create a new issue.

Greetings from Dresden:)

Dragony commented 2 years ago

Thank you very much, everything works great now! 😃🥳