Skip to content

Commit

Permalink
allow composer plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
cebe committed Jun 5, 2024
1 parent 03b8f61 commit 802a516
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"codeception/module-rest": "<1.3.0",
"codeception/module-phpbrowser": "^1.0.0",
"codeception/module-asserts": "^1.0.0",
"fzaninotto/faker": "^1.9",
"fzaninotto/faker": "^1.9@dev",
"codeception/module-db": "^1.0",
"codeception/assert-throws": "^1.0",
"codeception/verify": "^1.5"
Expand All @@ -45,5 +45,10 @@
"type": "composer",
"url": "https://asset-packagist.org"
}
]
],
"config": {
"allow-plugins": {
"yiisoft/yii2-composer": true
}
}
}

0 comments on commit 802a516

Please sign in to comment.