We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b40ae5e commit a91446fCopy full SHA for a91446f
composer.json
@@ -28,11 +28,11 @@
28
"php": "PHP>=5.4 will be required for using trait EnumSerializableTrait"
29
},
30
"require-dev": {
31
- "phpunit/phpunit": "~4.0",
+ "phpunit/phpunit": "^4.0 || ^5.0",
32
"phpbench/phpbench": "@dev",
33
34
"lstrojny/functional-php": "HHVM: variadic params with type constraints are not supported in non-Hack",
35
- "lstrojny/functional-php": "1.2.*|1.0.*"
+ "lstrojny/functional-php": "1.2.* || 1.0.*"
36
37
"autoload": {
38
"psr-4": {
0 commit comments