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.
20
20
## Customize
21
21
22
22
You 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
+
24
27
``` json
25
28
{
26
29
"extra" : {
Original file line number Diff line number Diff line change 15
15
],
16
16
"require" : {
17
17
"php" : " ^7.1" ,
18
- "composer-plugin-api" : " ^1.1"
18
+ "composer-plugin-api" : " ^1.1" ,
19
+ "captainhook/captainhook" : " ^5.0"
19
20
},
20
21
"require-dev" : {
21
22
"composer/composer" : " *"
You can’t perform that action at this time.
0 commit comments