Skip to content

Commit 8b46042

Browse files
authored
Add missing allowed composer plugins (#605)
1 parent 35aaaff commit 8b46042

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
{
22
"require": {
33
"infection/infection": "^0.18"
4+
},
5+
"config": {
6+
"allow-plugins": {
7+
"composer/package-versions-deprecated": true,
8+
"infection/extension-installer": true
9+
}
410
}
511
}

fixtures/set022/composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fixtures/set026/composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)