Skip to content

Commit f7db27d

Browse files
authored
Merge pull request php-vcr#386 from php-vcr/update_readme
TASK: Update README.md
2 parents 76bcd98 + 6d72376 commit f7db27d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Disclaimer: Doing this in PHP is not as easy as in programming languages which s
1414

1515
* Automatically records and replays your HTTP(s) interactions with minimal setup/configuration code.
1616
* Supports common http functions and extensions
17-
* everything using [streamWrapper](http://php.net/manual/en/class.streamwrapper.php): fopen(), fread(), file_get_contents(), ... without any modification (except `$http_response_header` see #96)
17+
* everything using [streamWrapper](http://php.net/manual/en/class.streamwrapper.php): fopen(), fread(), file_get_contents(), ... without any modification (except `$http_response_header` see [#96](https://github.com/php-vcr/php-vcr/issues/96))
1818
* [SoapClient](http://www.php.net/manual/en/soapclient.soapclient.php) by adding `\VCR\VCR::turnOn();` in your `tests/bootstrap.php`
1919
* curl(), by adding `\VCR\VCR::turnOn();` in your `tests/bootstrap.php`
2020
* The same request can receive different responses in different tests -- just use different cassettes.
@@ -121,7 +121,7 @@ composer test
121121
[Old changelog entries](docs/old-changelog.md)
122122

123123
## Copyright
124-
Copyright (c) 2013-2016 Adrian Philipp. Released under the terms of the MIT license. See LICENSE for details.
124+
Copyright (c) 2013-2023 Adrian Philipp. Released under the terms of the MIT license. See LICENSE for details.
125125
[Contributors](https://github.com/php-vcr/php-vcr/graphs/contributors)
126126

127127
<!--

0 commit comments

Comments
 (0)