Skip to content

Commit 0cf6658

Browse files
committed
Fix PHPUnit requirements
PHPUnit_Runner_Version::series() was present before, but has been fixed in sebastianbergmann/phpunit@3c4becb, which landed in the 4.8.25 and 5.3.3 release.
1 parent dfe3bae commit 0cf6658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"php": ">=5.4.0"
88
},
99
"require-dev": {
10-
"phpunit/phpunit": "^4.8.13|^5.1",
10+
"phpunit/phpunit": "^4.8.25|^5.3.3",
1111
"jakub-onderka/php-parallel-lint": "^0.9.2",
1212
"jakub-onderka/php-console-highlighter": "^0.3.2"
1313
},

0 commit comments

Comments
 (0)