Skip to content

Commit 52c5c26

Browse files
committed
allow custom installer plugin
1 parent 50a8c2c commit 52c5c26

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,9 @@
140140
},
141141
"prefer-stable": true,
142142
"config": {
143-
"bin-dir": "vendor/bin/"
143+
"bin-dir": "vendor/bin/",
144+
"allow-plugins": {
145+
"davidbarratt/custom-installer": true
146+
}
144147
}
145148
}

0 commit comments

Comments
 (0)