From dd2a7be281b58670e33551c44e1f63083b3f1910 Mon Sep 17 00:00:00 2001 From: Daniel Bannert Date: Sun, 31 Jul 2016 20:10:41 +0200 Subject: [PATCH] All components use the double pipe (#75) --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 69861a2..152e350 100644 --- a/composer.json +++ b/composer.json @@ -23,11 +23,11 @@ } ], "require": { - "php": "^5.5|^7.0", + "php": "^5.5 || ^7.0", "psr/cache": "^1.0" }, "require-dev": { - "phpunit/phpunit": "^4.1|^5.1", + "phpunit/phpunit": "^4.0 || ^5.1", "cache/integration-tests": "^0.10", "symfony/cache": "dev-master" },