-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
48 lines (48 loc) · 980 Bytes
/
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
{
"name": "biggerboat/website",
"description": "Biggerboat.nl",
"license": "closed",
"authors": [
{
"name": "Laurent van Dommelen",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.3.0",
"wordpress/wordpress": "^5.4.2",
"wpackagist-plugin/spinupwp": "^1.1",
"wpackagist-plugin/limit-login-attempts-reloaded": "^2.13"
},
"require-dev": {},
"extra": {
"webroot-dir": "public/wp",
"webroot-package": "wordpress/wordpress",
"installer-paths": {
"public/wp-content/plugins/{$name}/": [
"type:wordpress-plugin"
]
}
},
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org"
},
{
"type": "package",
"package": {
"name": "wordpress/wordpress",
"type": "webroot",
"version": "5.4.2",
"dist": {
"type": "zip",
"url": "https://github.com/WordPress/WordPress/archive/5.4.2.zip"
},
"require": {
"fancyguy/webroot-installer": "1.0.0"
}
}
}
]
}