Releases: php-vcr/VCRBundle
Releases · php-vcr/VCRBundle
2.1.0
[FEATURE] add Support for VCR 1.5 and SF => 4.4
- dropped support for SF < 4.4
- dropped support for php < 7.2
- added simple happy flow functional test
- ci added view github actions
- renamed bundle class from VCRVCRBundle to VCRBundle
- also renamed config key from vcrvcr to vcr
- cleanup & not used code removed
- declare strict types added
Thx to @higidi for contribution
[FEATURE] add missing dependency and move src
This release includes a missing component/dependency. Also the actual source code has been moved to /src.
[FIX] revert to fix semantic versioning
Merge pull request #14 from higidi/follow-semantic-versioning Follow semantic versioning
make bundle compatible to http-kernel >= 4.2
By implementing reset(), the class is ready for http-kernel 4.2 seeing that DataCollectorInterface is now extending ResetInterface (https://github.com/symfony/http-kernel/blob/4.2/DataCollector/DataCollectorInterface.php).
1.4.0: Merge pull request #4 from tlenclos/symfony3
Update bundle for Symfony 3