Skip to content

Commit a02ecef

Browse files
committed
Use dev-master for testing the master branch.
1 parent c8fef62 commit a02ecef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
2121
"irc": "irc://irc.freenode.net/phpunit"
2222
},
23+
"minimum-stability": "dev",
2324
"require": {
2425
"php": ">=5.4.7",
2526
"phpunit/php-file-iterator": ">=1.3.0",
@@ -28,7 +29,7 @@
2829
"sebastian/version": ">=1.0.0"
2930
},
3031
"require-dev": {
31-
"phpunit/phpunit": "3.7.*"
32+
"phpunit/phpunit": "dev-master"
3233
},
3334
"suggest": {
3435
"ext-dom": "*",

0 commit comments

Comments
 (0)