Skip to content

Commit 1f3a7a2

Browse files
authored
Merge pull request #615 from humanmade/backport-614-to-v3-branch
[Backport v3-branch] Add composer/installers to allow-plugins
2 parents 776f6d0 + 56e5954 commit 1f3a7a2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

composer.json

+5
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,10 @@
3333
"scripts": {
3434
"test": "./tests/run-tests.sh",
3535
"check-types": "./vendor/bin/psalm"
36+
},
37+
"config": {
38+
"allow-plugins": {
39+
"composer/installers": true
40+
}
3641
}
3742
}

0 commit comments

Comments
 (0)