Skip to content

Commit ede524c

Browse files
authored
Merge pull request #116 from moltam/restrict-yii-dependencies
Restrict version constraints for Yii dependencies in composer.json
2 parents f2acb66 + 98c1627 commit ede524c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
}
1616
],
1717
"require": {
18-
"yiisoft/yii2": "*",
19-
"yiisoft/yii2-jui": "*",
20-
"yiisoft/yii2-bootstrap": "*"
18+
"yiisoft/yii2": "~2.0.0",
19+
"yiisoft/yii2-jui": "~2.0.0",
20+
"yiisoft/yii2-bootstrap": "~2.0.0"
2121
},
2222
"require-dev": {
2323
"friendsofphp/php-cs-fixer": "^2.1"

0 commit comments

Comments
 (0)