Skip to content

Commit be54150

Browse files
committed
Fixed: Replaced adri/ links with php-vcr/.
1 parent 2b3521a commit be54150

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PHPUnit Testlistener for PHP-VCR
22
================================
33

4-
Integrates PHPUnit with [PHP-VCR](http://github.com/adri/php-vcr) using annotations.
4+
Integrates PHPUnit with [PHP-VCR](http://github.com/php-vcr/php-vcr) using annotations.
55

66
![PHP-VCR](https://dl.dropbox.com/u/13186339/blog/php-vcr.png)
77

@@ -30,7 +30,7 @@ class VCRTest extends \PHPUnit_Framework_TestCase
3030

3131
``` json
3232
"require-dev": {
33-
"adri/phpunit-testlistener-vcr": "*"
33+
"php-vcr/phpunit-testlistener-vcr": "*"
3434
}
3535
```
3636

@@ -44,7 +44,7 @@ composer install --dev
4444

4545
``` bash
4646
<listeners>
47-
<listener class="PHPUnit_Util_Log_VCR" file="vendor/adri/phpunit-testlistener-vcr/PHPUnit/Util/Log/VCR.php" />
47+
<listener class="PHPUnit_Util_Log_VCR" file="vendor/php-vcr/phpunit-testlistener-vcr/PHPUnit/Util/Log/VCR.php" />
4848
</listeners>
4949
```
5050

@@ -53,7 +53,7 @@ composer install --dev
5353
PHPUnit-Testlistener-VCR depends on:
5454

5555
* PHP 5.3+
56-
* [adri/php-vcr](https://github.com/adri/php-vcr)
56+
* [php-vcr/php-vcr](https://github.com/php-vcr/php-vcr)
5757

5858
## Run tests
5959

0 commit comments

Comments
 (0)