Skip to content

Commit 802a516

Browse files
committed
allow composer plugin
1 parent 03b8f61 commit 802a516

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

composer.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"codeception/module-rest": "<1.3.0",
2525
"codeception/module-phpbrowser": "^1.0.0",
2626
"codeception/module-asserts": "^1.0.0",
27-
"fzaninotto/faker": "^1.9",
27+
"fzaninotto/faker": "^1.9@dev",
2828
"codeception/module-db": "^1.0",
2929
"codeception/assert-throws": "^1.0",
3030
"codeception/verify": "^1.5"
@@ -45,5 +45,10 @@
4545
"type": "composer",
4646
"url": "https://asset-packagist.org"
4747
}
48-
]
48+
],
49+
"config": {
50+
"allow-plugins": {
51+
"yiisoft/yii2-composer": true
52+
}
53+
}
4954
}

0 commit comments

Comments
 (0)