Skip to content

Commit 4a19e08

Browse files
committed
Updates composer.json.
1 parent d929b2b commit 4a19e08

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

composer.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "adri/phpunit-testlistener-vcr",
33
"description": "Integrates PHPUnit with PHP-VCR.",
4-
"version": "1.0.0",
4+
"license": "MIT",
55

66
"authors": [
77
{
@@ -12,10 +12,6 @@
1212

1313
"require": {
1414
"php": ">=5.3.15",
15-
"adri/php-vcr": "*"
16-
},
17-
18-
"require-dev": {
19-
"adri/phpunit-testlistener-vcr": "*"
15+
"adri/php-vcr": "dev"
2016
}
2117
}

0 commit comments

Comments
 (0)