Skip to content

Commit d86518c

Browse files
committed
Add configuration to allow composer/installers
1 parent 12f3f14 commit d86518c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,10 @@
2929
".gitignore",
3030
".github"
3131
]
32+
},
33+
"config": {
34+
"allow-plugins": {
35+
"composer/installers": true
36+
}
3237
}
3338
}

0 commit comments

Comments
 (0)