Skip to content

Commit 1c54b51

Browse files
committed
avoid warnging con composer install
1 parent 0565a17 commit 1c54b51

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

composer.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"yiisoft/yii2": "*"
14+
"yiisoft/yii2": "2.0.*"
1515
},
1616
"repositories": [
1717
{
@@ -23,5 +23,10 @@
2323
"psr-4": {
2424
"bicf\\securityheaders\\": "src"
2525
}
26+
},
27+
"config": {
28+
"allow-plugins": {
29+
"yiisoft/yii2-composer": true
30+
}
2631
}
2732
}

0 commit comments

Comments
 (0)