Skip to content

Commit c7aea32

Browse files
committed
2 parents 8e47f87 + 98d7f4a commit c7aea32

File tree

3 files changed

+7
-4817
lines changed

3 files changed

+7
-4817
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# PHP-VCR integration for PHPUnit
22

3+
[![Build status](https://github.com/angelov/phpunit-php-vcr/actions/workflows/default.yaml/badge.svg?branch=main)](https://github.com/angelov/phpunit-php-vcr/actions/workflows/default.yaml)
4+
[![Downloads](https://poser.pugx.org/angelov/phpunit-php-vcr/downloads)](https://packagist.org/packages/angelov/phpunit-php-vcr)
5+
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/angelov/phpunit-php-vcr)](https://packagist.org/packages/angelov/phpunit-php-vcr)
6+
[![GitHub stars](https://img.shields.io/github/stars/angelov/phpunit-php-vcr)](https://packagist.org/packages/angelov/phpunit-php-vcr)
7+
[![GitHub license](https://img.shields.io/github/license/angelov/phpunit-php-vcr)](https://github.com/angelov/phpunit-php-vcr/blob/main/LICENSE)
8+
39
A library that allows you to easily use the PHP-VCR library in your PHPUnit tests.
410

511
## Requirements

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"require": {
1717
"php": "^8.2",
18-
"php-vcr/php-vcr": "^1.0"
18+
"php-vcr/php-vcr": "^1.7"
1919
},
2020
"require-dev": {
2121
"phpunit/phpunit": "^10.0 || ^11.0 || ^12.0",

0 commit comments

Comments
 (0)