From e10494a767007cdcf6b1aad28d5c65a44ccb6fee Mon Sep 17 00:00:00 2001 From: Gregwar Date: Sun, 13 Dec 2015 12:03:17 +0100 Subject: [PATCH] =?UTF-8?q?Using=20|=C2=A0instead=20of=20||?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 22b31c8..537f07b 100644 --- a/composer.json +++ b/composer.json @@ -19,8 +19,8 @@ "require": { "php": ">=5.5.0", "gregwar/captcha": "~1.1", - "symfony/framework-bundle": "~2.1 || ~3.0", - "symfony/form": "~2.1 || ~3.0" + "symfony/framework-bundle": "~2.1|~3.0", + "symfony/form": "~2.1|~3.0" }, "autoload": { "psr-4": {