From 6eecc34832a07482647f87c684299edd70779bcf Mon Sep 17 00:00:00 2001 From: Andrii Vasyliev Date: Wed, 24 Oct 2018 13:56:38 +0000 Subject: [PATCH] Fixed typo in dependencies versions constraints --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 31577eb..a5577ea 100644 --- a/composer.json +++ b/composer.json @@ -46,9 +46,9 @@ } ], "require": { - "yiisoft/yii2": "^2.0 | ^3.0", + "yiisoft/yii2": "^2.0 || ^3.0", "yiisoft/yii2-twig": "^2.0", - "symfony/yaml": "^3.0 | ^2.0", + "symfony/yaml": "^3.0 || ^2.0", "hiqdev/yii2-collection": "*" }, "require-dev": {