Skip to content

Releases: php-vcr/php-vcr

1.6.1

15 Dec 11:37
daca8e2
Compare
Choose a tag to compare
  • (Re-)added support for symfony 4.x components to allow a smoother migration

1.6.0

09 Oct 15:31
180d5b6
Compare
Choose a tag to compare
Merge pull request #357 from php-vcr/php8

Adding support for PHP8, dropping support for PHP7

1.5.2

20 Mar 10:08
989fdca
Compare
Choose a tag to compare

1.5.1

22 Nov 14:08
c482b6e
Compare
Choose a tag to compare
  • Fixed current master (#333 by @pvgnd)
  • No longer track composer.lock (#331 by @pvgnd)
  • Fixed problems with private and protected methods used with CURLOPT_HEADERFUNCTION or CURLOPT_WRITEFUNCTION (#260 by @alnorth)

Version 1.5.0

28 Jul 11:57
1b152a6
Compare
Choose a tag to compare
  • 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

01 Jul 15:23
fc5c75a
Compare
Choose a tag to compare
1.5.0alpha1 Pre-release
Pre-release
Merge pull request #317 from php-vcr/1.5-fix-stat-error

Implemented stream_stat

1.5.0alpha0

25 Jun 14:10
af4ab5b
Compare
Choose a tag to compare
1.5.0alpha0 Pre-release
Pre-release
Merge pull request #315 from php-vcr/1.5-fix-uncareful-merge

Fixed the uncareful merge of PR311

Various fixes

03 Jun 17:49
267674d
Compare
Choose a tag to compare

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.

Fix curl reset on async requests for Guzzle 6

30 May 15:12
Compare
Choose a tag to compare

Stop failing on calls to /dev/urandom

30 May 15:09
7501430
Compare
Choose a tag to compare