From a1243ee04275df51988280ad6729b419b654b137 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 631c216..eecc608 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ } ], "require": { - "php": "^5.5|^7.0", + "php": "^5.5 || ^7.0", "psr/cache": "^1.0", "cache/adapter-common": "^0.3", "cache/taggable-cache": "^0.4" @@ -32,7 +32,7 @@ "ext-apc": "The extension required to use this pool." }, "require-dev": { - "phpunit/phpunit": "^4.0|^5.1", + "phpunit/phpunit": "^4.0 || ^5.1", "cache/integration-tests": "^0.10" }, "provide": {