Skip to content

Commit 2185f82

Browse files
committed
Support phpunit 4.0
Still compatible with 3.7 Tests not affected
1 parent 79bc948 commit 2185f82

2 files changed

Lines changed: 656 additions & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"php": ">=5.3.0"
1313
},
1414
"require-dev": {
15-
"phpunit/phpunit": "3.7.*"
15+
"phpunit/phpunit": "3.7.* | ~4.0"
1616
}
1717
}

0 commit comments

Comments
 (0)