Php Vcr Versions Save

Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.

1.6.1

1 year ago
  • (Re-)added support for symfony 4.x components to allow a smoother migration

1.6.0

2 years ago

1.5.2

3 years ago

1.5.1

3 years ago

1.5.0

3 years ago
  • By far the most amount of work was done by @moufmouf . His PR #259 was merged, introducing type-hinting and phpstan. As a result of this, support for PHP <= 7.1 was dropped.
  • Support for Symfony 5 was added by @pauladams8 in #311
  • Various minor cleanup jobs

1.5.0alpha1

3 years ago

1.5.0alpha0

3 years ago

1.4.5

3 years ago

It has been a while since the last release. This release is nothing major: just some minor tweaks and fixes that have been done since the last release. Possibly, this is the last release on the 1.4.* series.

1.4.4

5 years ago
  • #248 Fix curl reset on async requests @moufmouf

1.4.3

5 years ago
  • #237 Refactoring tests @carusogabriel
  • #245 Fix calls to /dev/urandom @alnorth
  • #246 Add tests for Guzzle 6 @moufmouf
  • #247 Fix broken integration tests @moufmouf