Skip to content

Commit

Permalink
allow custom installer plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
michield committed Oct 18, 2022
1 parent 50a8c2c commit 52c5c26
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,9 @@
},
"prefer-stable": true,
"config": {
"bin-dir": "vendor/bin/"
"bin-dir": "vendor/bin/",
"allow-plugins": {
"davidbarratt/custom-installer": true
}
}
}

0 comments on commit 52c5c26

Please sign in to comment.