PackageTrack
Sign in Get early access

friends-of-behat/symfony-extension

Integrates Behat with Symfony.

v2.7.0 26M downloads/mo #1120 most downloaded on Packagist FriendsOfBehat/SymfonyExtension

What this package is like to depend on

Last release 1 months ago

16 Jul 2026

Ships fairly regularly

a new release about every 9 months

Most releases are documented

notes for 23 of 36 stable releases

Nothing withdrawn

no release was ever pulled

10 years old

47 releases · first in 2016

1 release in the last 12 months

see the full history below

Release timeline

47 releases · Nov 2016 to Jul 2026
2017 2018 2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 47
  1. v2.7.0 16 Jul 2026
    Release notes

    What's Changed

    • Fix CI: update matrix to Symfony 7.4, fix Psalm MissingTemplateParam by @pamil in #225
    • Drop support for PHP <8.3 and Symfony <7.4 by @pamil in #226
    • Add PHP 8.5 to CI matrix by @pamil in #228
    • Restrict push trigger to master to avoid duplicate CI runs by @pamil in #227
    • Add Symfony 8.0 and 8.1 to CI matrix by @pamil in #229
    • Add support for Symfony 8 and Behat 4 by @GSadee in #233

    New Contributors

    made their first contribution as part of #233

    Full Changelog: v2.6.2...v2.7.0

    Open source →
  2. v2.6.2 03 Jun 2025
    Release notes

    What's Changed

    • Fix Mink lazy object with SF7.3 and PHP 8.4 by @loic425 in #217

    New Contributors

    Full Changelog: v2.6.1...v2.6.2

    Open source →
  3. v2.6.1 27 May 2025
    Release notes

    What's Changed

    • fix: allow to use parameter resolution in configuration for bootstrap key by @wuchen90 in #213

    New Contributors

    Full Changelog: v2.6.0...v2.6.1

    Open source →
  4. v2.6.0 03 Jul 2024
    Release notes

    What's Changed

    • Remove usage of the deprecated Http Kernel DI Extension by @soyuka in #212

    New Contributors

    Full Changelog: v2.5.0...v2.6.0

    Open source →
  5. v2.5.0 11 Jan 2024
    Release notes

    What's Changed

    Full Changelog: v2.4.2...v2.5.0

    Open source →
  6. v2.4.2 09 Dec 2023
    Release notes

    What's Changed

    • Switch back to the original behat/mink-browserkit-driver (and behat/mink) by @mpdude in #195

    Full Changelog: v2.4.1...v2.4.2

    Open source →
  7. v2.4.1 12 Sep 2023
    Release notes

    What's Changed

    New Contributors

    Full Changelog: v2.4.0...v2.4.1

    Open source →
  8. v2.4.0 30 Nov 2022
    Release notes

    What's Changed

    • Fix the build pipeline in GitHub Actions by @mpdude in #191
    • Explain the concept and consequences of having two kernels/containers a bit more by @mpdude in #192
    • Fix fob_symfony.driver_kernel state leaking between requests and scenarios by @mpdude in #190
    • Note one more lifecycle limitation in the documentation file by @mpdude in #198
    • Update to Psalm 4.30 by @mpdude in #196
    • Remove typing error in documentation by @relthyg in #197
    • Do not re-run tests when a PR description is changed by @mpdude in #194
    • Amend the test matrix for Symfony 6.1 by @mpdude in #193

    New Contributors

    Full Changelog: v2.3.1...v2.4.0

    Open source →
  9. v2.3.1 24 Dec 2021
    Release notes

    What's Changed

    New Contributors

    Full Changelog: v2.3.0...v2.3.1

    Open source →
  10. v2.3.0 13 Dec 2021
    Release notes

    What's Changed

    New Contributors

    Full Changelog: v2.2.1...v2.3.0

    Open source →
  11. v2.2.1 20 Oct 2021

    Nothing published for this version

  12. v2.2.0 04 Feb 2021
    Release notes

    TL;DR

    • Added support for PHP 8 (#134)

    Details

    Open source →
  13. v2.1.0 04 Apr 2020
    Release notes

    TL;DR

    • Added support for Symfony 5 (#100)
    • Added support for PHP 7.4 (#107)
    • Added integration with FriendsOfBehat/PageObjectExtension (#105)
    • Added integration with BrowserKit (#82)
    • Exposed Mink service (#69)
    • Exposed Mink's driver service container (#116)
    • Removed support for Symfony 3.4 (#118)

    Details

    • #60 Remove support for Symfony 4.1 as it's EOLed (@pamil)
    • #69 Expose the Mink service (@pamil)
    • #82 Provide simple BrowserKit integration (@pamil)
    • #98 Add Symfony 4.3.* build to Travis CI (@pamil)
    • #100 Add support for Symfony 4.4 and 5.0; remove for 4.2 and 4.3 (@pamil)
    • #105 Add integration with FriendsOfBehat/PageObjectExtension (@pamil)
    • #107 Add support for PHP 7.4 (@pamil)
    • #108 Add compatibility with Symfony 5 (@pamil)
    • #114 Remove conflict with Symplify libraries (@pamil)
    • #115 Add safety check for SymfonyDriverFactory to make sure BrowserKitDriver is installed (@pamil)
    • #116 Accessing tested application services easily via driver's service container (@pamil)
    • #117 Mention friends-of-behat forks of Mink-related repositories in the docs (@pamil)
    • #118 Remove support for Symfony 3.4 (@pamil)
    • #119 Fix a weird bug causing failures in Sylius (@pamil)
    • #120 Recommend Mink forks in suggests section of composer.json (@pamil)
    Open source →
  14. v2.1.0-RC.2 04 Apr 2020 pre-release
    Release notes
    • #114 Remove conflict with Symplify libraries (@pamil)
    • #120 Recommend Mink forks in suggests section of composer.json (@pamil)
    Open source →
  15. v2.1.0-RC.1 04 Apr 2020 pre-release
    Release notes
    • #119 Fix a weird bug causing failures in Sylius (@pamil)
    Open source →
  16. v2.1.0-BETA.2 04 Apr 2020 pre-release
    Release notes
    • #107 Add support for PHP 7.4 (@pamil)
    • #115 Add safety check for SymfonyDriverFactory to make sure BrowserKitDriver is installed (@pamil)
    • #116 Accessing tested application services easily via driver's service container (@pamil)
    • #117 Mention friends-of-behat forks of Mink-related repositories in the docs (@pamil)
    • #118 Remove support for Symfony 3.4 (@pamil)
    Open source →
  17. v2.1.0-BETA.1 15 Jan 2020 pre-release
    Release notes

    CHANGELOG FOR 2.0.x

    Open source →
  18. v2.0.11 04 Apr 2020
    Release notes
    Open source →
  19. v2.0.10 09 Dec 2019
    Release notes
    • #101 Fix referencing context initializers (@kamazee)
    • #102 Fix the build & add tests for Symfony 4.3 and 4.4 (@pamil)
    Open source →
  20. v2.0.9 10 Oct 2019
    Release notes
    Open source →
  21. v2.0.8 21 Mar 2019
    Release notes
    • #76 Initialize contexts registered as services (@pamil)
    Open source →
  22. v2.0.7 17 Mar 2019
    Release notes
    • #75 Hotfix for weird bug in Sylius (@pamil)
    Open source →
  23. v2.0.6 15 Mar 2019
    Release notes
    • #74 Fix bug preventing changes of Mink default session service (@pamil)
    Open source →
  24. v2.0.5 04 Mar 2019
    Release notes
    • #72 Allow accessing a context in another context (@pamil)
    Open source →
  25. v2.0.4 13 Feb 2019
    Release notes
    Open source →
  26. v2.0.3 07 Feb 2019
    Release notes

    Removed the possibility to autoconfigure $minkParameters without a typehint due to an instable implementation in Symfony.

    Open source →
  27. v2.0.2 30 Jan 2019
    Release notes
    Open source →
  28. v2.0.1 24 Jan 2019
    Release notes
    • #55 Require symfony/dependency-injection ^3.4.10|^4.1 (@pamil)
    Open source →
  29. v2.0.0 21 Jan 2019

    Nothing published for this version

  30. v2.0.0-rc.4 16 Jan 2019 pre-release

    Nothing published for this version

  31. v2.0.0-rc.3 16 Jan 2019 pre-release

    Nothing published for this version

  32. v2.0.0-rc.2 16 Jan 2019 pre-release

    Nothing published for this version

  33. v2.0.0-rc.1 16 Jan 2019 pre-release

    Nothing published for this version

  34. v2.0.0-beta.3 11 Jan 2019 pre-release

    Nothing published for this version

  35. v2.0.0-beta.2 10 Jan 2019 pre-release

    Nothing published for this version

  36. v2.0.0-beta.1 10 Jan 2019 pre-release

    Nothing published for this version

  37. v1.4.0 19 Dec 2018

    Nothing published for this version

  38. v1.3.1 02 Nov 2018

    Nothing published for this version

  39. v1.3.0 25 Sep 2018

    Nothing published for this version

  40. v1.2.2 01 Aug 2018

    Nothing published for this version

  41. v1.2.1 25 May 2018

    Nothing published for this version

  42. v1.2.0 14 Feb 2018

    Nothing published for this version

  43. v1.1.0 13 Feb 2018

    Nothing published for this version

  44. v1.0.0 10 Jul 2017

    Nothing published for this version

  45. v0.2.1 03 Nov 2016

    Nothing published for this version

  46. v0.2.0 03 Nov 2016

    Nothing published for this version

  47. v0.1.0 03 Nov 2016

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive