Skip to content

Commit aa27631

Browse files
committed
3.1: Documentation
1 parent 542dec0 commit aa27631

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

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

33
Integrates PHPUnit with [PHP-VCR](http://github.com/php-vcr/php-vcr) using annotations.
44

5-
![PHP-VCR](https://dl.dropbox.com/u/13186339/blog/php-vcr.png)
5+
![PHP-VCR](https://user-images.githubusercontent.com/133832/27151811-0d95c6c4-514c-11e7-834e-eff1eec2ea16.png)
66

77
Use `@vcr cassette_name` on your tests to turn VCR automatically on and off.
88

@@ -47,8 +47,8 @@ composer require --dev php-vcr/phpunit-testlistener-vcr
4747
## Dependencies
4848

4949
PHPUnit-Testlistener-VCR depends on:
50-
51-
* PHP 7.0+
50+
* PHP 7.1+
51+
* PHP 7.0+ (use <3.0)
5252
* [php-vcr/php-vcr](https://github.com/php-vcr/php-vcr)
5353

5454
## Run tests
@@ -65,4 +65,5 @@ composer install
6565
**The changelog is manage at [PHPUnit testlistener for PHP-VCR releases page](https://github.com/php-vcr/phpunit-testlistener-vcr/releases).**
6666

6767
## Copyright
68-
Copyright (c) 2013-2017 Adrian Philipp. Released under the terms of the MIT license. See LICENSE for details.
68+
Copyright (c) 2013-2018 Adrian Philipp. Released under the terms of the MIT license. See LICENSE for details.
69+
[Contributors](https://github.com/php-vcr/phpunit-testlistener-vcr/graphs/contributors)

0 commit comments

Comments
 (0)