Skip to content

Commit 6e175ab

Browse files
committed
Revert phpunit to 3.7.* because 4.* is too slow sebastianbergmann/phpunit#1300
1 parent ea6ec47 commit 6e175ab

File tree

2 files changed

+38
-284
lines changed

2 files changed

+38
-284
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"ext-xml": "*"
3737
},
3838
"require-dev": {
39-
"phpunit/phpunit": "4.*",
39+
"phpunit/phpunit": "3.7.*",
4040
"phpdocumentor/phpdocumentor":"2.*",
4141
"squizlabs/php_codesniffer": "1.*",
4242
"phpmd/phpmd": "2.*",

0 commit comments

Comments
 (0)