diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-03-15 19:20:13 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-03-15 19:20:13 +0100 |
commit | d831b76c2607760ced594bdfbf145d59245910ee (patch) | |
tree | 0a504a5d7c1426158b66e5a61192e7e9a2bb08a0 /composer.json | |
parent | 537beec1ed2d889b13e683c2e0f42018b75adf6b (diff) |
php-cs-fixer: 2.1.2
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 7a57939..2908450 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "require-dev": { "gecko-packages/gecko-php-unit": "^2.0", "justinrainbow/json-schema": "^5.0", - "phpunit/phpunit": "^4.5|^5", + "phpunit/phpunit": "^4.5 || ^5.0", "satooshi/php-coveralls": "^1.0", "symfony/phpunit-bridge": "^3.2" }, |