Browser Kit Versions Save

Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically

v6.4.0-RC1

5 months ago

v7.0.0-BETA3

5 months ago

v6.4.0-BETA3

5 months ago

v6.3.8

5 months ago

v5.4.31

5 months ago

v7.0.0-BETA1

6 months ago

Changelog (https://github.com/symfony/browser-kit/compare/v6.3.6...v7.0.0-BETA1)

  • feature symfony/symfony#48841 [BrowserKit] Add argument $serverParameters to click() and clickLink() (@syl20b)
  • feature symfony/symfony#51069 Add types to public and protected properties (@nicolas-grekas)
  • feature symfony/symfony#50852 [Components] Convert to native return types (@wouterj)
  • feature symfony/symfony#50404 Bump to PHP 8.2 minimum (@nicolas-grekas)

v6.4.0-BETA1

6 months ago

Changelog (https://github.com/symfony/browser-kit/compare/v6.3.6...v6.4.0-BETA1)

  • feature symfony/symfony#48841 [BrowserKit] Add argument $serverParameters to click() and clickLink() (@syl20b)

v6.3.2

9 months ago

v6.3.0-RC1

11 months ago

Changelog (https://github.com/symfony/browser-kit/compare/v6.3.0-BETA3...v6.3.0-RC1)

  • feature symfony/symfony#49293 [DoctrineBridge] Allow to ignore specific nullable fields in UniqueEntity (@VincentLanglet)
  • bug symfony/symfony#49063 [Messenger] Respect isRetryable decision of the retry strategy for re-delivery (@FlyingDR)