Skip to content

Commit d929b2b

Browse files
committed
Adds composer.json.
1 parent b8d0a49 commit d929b2b

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

composer.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "adri/phpunit-testlistener-vcr",
3+
"description": "Integrates PHPUnit with PHP-VCR.",
4+
"version": "1.0.0",
5+
6+
"authors": [
7+
{
8+
"name": "Adrian Philipp",
9+
"email": "[email protected]"
10+
}
11+
],
12+
13+
"require": {
14+
"php": ">=5.3.15",
15+
"adri/php-vcr": "*"
16+
},
17+
18+
"require-dev": {
19+
"adri/phpunit-testlistener-vcr": "*"
20+
}
21+
}

0 commit comments

Comments
 (0)