From 8c4b151b1de697913d19c68ca74ba403bc795282 Mon Sep 17 00:00:00 2001 From: David Molineus Date: Fri, 27 Jan 2017 12:15:15 +0100 Subject: [PATCH] Use double pipes. --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index fb731d7..c32569e 100644 --- a/composer.json +++ b/composer.json @@ -19,8 +19,8 @@ }, "require":{ "php":">=5.4", - "contao-community-alliance/composer-plugin": "~2.4 | ~3.0", - "contao/core-bundle":"~3.5 | ~4.3" + "contao-community-alliance/composer-plugin": "~2.4 || ~3.0", + "contao/core-bundle":"~3.5 || ~4.3" }, "suggest": { "netzmacht/contao-leaflet-maps": "Leaflet maps integration into Contao CMS"