We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f18d79 commit 2e79419Copy full SHA for 2e79419
composer.json
@@ -21,7 +21,8 @@
21
"email": "[email protected]",
22
"issues": "https://github.com/craftcms/webhooks/issues?state=open",
23
"source": "https://github.com/craftcms/webhooks",
24
- "docs": "https://github.com/craftcms/webhooks"
+ "docs": "https://github.com/craftcms/webhooks/blob/master/README.md",
25
+ "rss": "https://github.com/craftcms/webhooks/commits/master.atom"
26
},
27
"require": {
28
"craftcms/cms": "^3.0.0"
@@ -33,6 +34,7 @@
33
34
35
"extra": {
36
"name": "Webhooks",
- "handle": "webhooks"
37
+ "handle": "webhooks",
38
+ "documentationUrl": "https://github.com/craftcms/webhooks/blob/master/README.md"
39
}
40
0 commit comments