We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dev-master
1 parent c8fef62 commit a02ecefCopy full SHA for a02ecef
composer.json
@@ -20,6 +20,7 @@
20
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
21
"irc": "irc://irc.freenode.net/phpunit"
22
},
23
+ "minimum-stability": "dev",
24
"require": {
25
"php": ">=5.4.7",
26
"phpunit/php-file-iterator": ">=1.3.0",
@@ -28,7 +29,7 @@
28
29
"sebastian/version": ">=1.0.0"
30
31
"require-dev": {
- "phpunit/phpunit": "3.7.*"
32
+ "phpunit/phpunit": "dev-master"
33
34
"suggest": {
35
"ext-dom": "*",
0 commit comments