Skip to content

Commit 8533fc1

Browse files
committed
Merge pull request #102 from clue/phpunit4
Support phpunit 4.0
2 parents 79bc948 + 2185f82 commit 8533fc1

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)