From c557715669ba8dd2dc6c63859f919351a4aa5e2f Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Wed, 28 Oct 2015 14:11:21 +0000 Subject: [PATCH] Normalize operators --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 9181d611e..4d2c34828 100644 --- a/composer.json +++ b/composer.json @@ -35,8 +35,8 @@ "seld/cli-prompt": "^1.0" }, "require-dev": { - "phpunit/phpunit": "^4.5|^5.0.5", - "phpunit/phpunit-mock-objects": "2.3.0|^3.0" + "phpunit/phpunit": "^4.5 || ^5.0.5", + "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0" }, "_": "phpunit/phpunit-mock-objects required in 2.3.0 due to https://github.com/sebastianbergmann/phpunit-mock-objects/issues/223 - needs hhvm 3.8+ on travis", "config": {