Skip to content

Commit a91446f

Browse files
committed
Support PHPUnit 4.* and 5.*
1 parent b40ae5e commit a91446f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
"php": "PHP>=5.4 will be required for using trait EnumSerializableTrait"
2929
},
3030
"require-dev": {
31-
"phpunit/phpunit": "~4.0",
31+
"phpunit/phpunit": "^4.0 || ^5.0",
3232
"phpbench/phpbench": "@dev",
3333

3434
"lstrojny/functional-php": "HHVM: variadic params with type constraints are not supported in non-Hack",
35-
"lstrojny/functional-php": "1.2.*|1.0.*"
35+
"lstrojny/functional-php": "1.2.* || 1.0.*"
3636
},
3737
"autoload": {
3838
"psr-4": {

0 commit comments

Comments
 (0)