Skip to content

Commit 7ac719a

Browse files
committed
Adds minimum-stability to composer.json
1 parent 4a19e08 commit 7ac719a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
"require": {
1414
"php": ">=5.3.15",
15-
"adri/php-vcr": "dev"
16-
}
15+
"adri/php-vcr": "dev-master"
16+
},
17+
18+
"minimum-stability": "dev"
1719
}

0 commit comments

Comments
 (0)