This repository has been archived by the owner on Nov 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
52 lines (52 loc) · 1.54 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "dotherightthing/wpdtrt-anchorlinks",
"description": "Anchor links plugin.",
"type": "library",
"keywords": ["anchor links", "content links", "menu", "navigation", "sticky", "scrollto"],
"license": "ISC",
"authors": [
{
"name": "Dan Smith",
"email": "dev@dotherightthing.co.nz",
"homepage": "https://github.com/dotherightthing/wpdtrt-anchorlinks",
"role": "Developer"
}
],
"support": {
"email": "support@dotherightthing.co.nz",
"issues": "https://github.com/dotherightthing/wpdtrt-anchorlinks/issues"
},
"require": {
"dotherightthing/wpdtrt-plugin-boilerplate": "^1.7.17"
},
"require-dev": {
"wp-coding-standards/wpcs": "^0.14.1",
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
"phpunit/phpunit": "^7.5.14",
"psy/psysh" : "~0.6",
"wp-cli/wp-cli": "^2.3"
},
"minimum-stability": "dev",
"prefer-stable": true,
"repositories": [
{
"type": "vcs",
"url": "https://github.com/dotherightthing/wpdtrt-plugin-boilerplate"
},
{
"type": "vcs",
"url": "https://github.com/dotherightthing/wpdtrt-debug"
},
{
"type": "vcs",
"url": "https://github.com/dotherightthing/tgm-plugin-activation"
},
{
"type": "composer",
"url": "https://wpackagist.org"
}
],
"config": {
"vendor-dir": "vendor"
}
}