File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,10 @@ Everything else will happen automagically.
2020## Customize
2121
2222You can set a custom name for your hook configuration.
23- If you want to use the PHAR release of ` CaptainHook ` you can configure the path the executable.
23+ If you want to use the PHAR release of ` CaptainHook ` you can configure the path to the PHAR file.
24+ All extra config settings are optional and if you are using the default settings you do not have to
25+ configure anything to make it work.
26+
2427``` json
2528{
2629 "extra" : {
Original file line number Diff line number Diff line change 1515 ],
1616 "require" : {
1717 "php" : " ^7.1" ,
18- "composer-plugin-api" : " ^1.1"
18+ "composer-plugin-api" : " ^1.1" ,
19+ "captainhook/captainhook" : " ^5.0"
1920 },
2021 "require-dev" : {
2122 "composer/composer" : " *"
You can’t perform that action at this time.
0 commit comments