PHP VCR v1.5.1 Release Notes

Release Date: 2020-11-22 // over 3 years ago
    • ๐Ÿ›  Fixed current master (#333 by @pvgnd)
    • No longer track composer.ock (#331 by @pvgnd)
    • Fixed problems with private and protected methods used with CURLOPT_HEADERFUNCTION or CURLOPT_WRITEFUNCTION (#260 by @alnorth)

Previous changes from v1.5.0

    • ๐Ÿ”€ 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