Skip to content

Commit e25e78b

Browse files
committed
Update composer.json
1 parent 7ac32b4 commit e25e78b

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

composer.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,14 @@
1212
"role": "Developer"
1313
}
1414
],
15-
"minimum-stability": "stable",
16-
"prefer-stable": true,
1715
"require": {
1816
"php": ">=5.4.0",
19-
"yiisoft/yii2": "*"
17+
"yiisoft/yii2": "~2.0"
2018
},
2119
"autoload": {
2220
"psr-4": {
2321
"mootensai\\relation\\": ""
2422
}
2523
},
26-
"version" : "1.0.0",
27-
"extra": {
28-
"branch-alias": {
29-
"dev-master": "1.0.x-dev"
30-
}
31-
}
24+
"version" : "1.0.0"
3225
}

0 commit comments

Comments
 (0)