Skip to content

Commit 5690b1d

Browse files
Re-add captainhook base package dependency
1 parent 0b04f1a commit 5690b1d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ Everything else will happen automagically.
2020
## Customize
2121

2222
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+
2427
```json
2528
{
2629
"extra": {

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
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": "*"

0 commit comments

Comments
 (0)