Skip to content
This repository was archived by the owner on Feb 6, 2020. It is now read-only.

Commit 3d4e416

Browse files
committed
PHPUnit 5.0 is required in order to mock methods with return type declarations
1 parent 8a85b64 commit 3d4e416

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
@@ -18,7 +18,7 @@
1818
"container-interop/container-interop": "~1.0"
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": "~4.6",
21+
"phpunit/phpunit": "^4.6 || ^5.2.10",
2222
"ocramius/proxy-manager": "^1.0 || ^2.0",
2323
"squizlabs/php_codesniffer": "^2.0@dev",
2424
"phpbench/phpbench": "^0.10.0"

0 commit comments

Comments
 (0)