Skip to content

Commit 6eecc34

Browse files
committed
Fixed typo in dependencies versions constraints
1 parent 8b4b165 commit 6eecc34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
}
4747
],
4848
"require": {
49-
"yiisoft/yii2": "^2.0 | ^3.0",
49+
"yiisoft/yii2": "^2.0 || ^3.0",
5050
"yiisoft/yii2-twig": "^2.0",
51-
"symfony/yaml": "^3.0 | ^2.0",
51+
"symfony/yaml": "^3.0 || ^2.0",
5252
"hiqdev/yii2-collection": "*"
5353
},
5454
"require-dev": {

0 commit comments

Comments
 (0)