-
- Downloads
Update composer dependencies and don't use phpunit 5 yet
... | ... | @@ -14,6 +14,6 @@ |
"squizlabs/php_codesniffer": ">=2.3.3" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": ">=3.7" | ||
"phpunit/phpunit": ">=3.7 <5.0" | ||
} | ||
} |
Please register or sign in to comment