Skip to content

Commit 934892a

Browse files
committed
Require at least ^3.3 of phpunit-mock-object as there is a bug in < 3.3
1 parent fae5294 commit 934892a

File tree

2 files changed

+425
-685
lines changed

2 files changed

+425
-685
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"require-dev": {
3636
"composer/composer": "^1.2",
3737
"phpunit/phpunit": "^5.6",
38+
"phpunit/phpunit-mock-objects": "^3.3",
3839
"squizlabs/php_codesniffer": "^2.4"
3940
},
4041
"autoload" : {

0 commit comments

Comments
 (0)