Skip to content

Commit

Permalink
Fixed typo in dependencies versions constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Oct 24, 2018
1 parent 8b4b165 commit 6eecc34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 6eecc34

Please sign in to comment.