-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
45 lines (45 loc) · 1.06 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
{
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org"
},
{
"type": "vcs",
"url": "https://github.com/superbia/Terminator.git"
},
{
"type": "vcs",
"url": "https://github.com/superbia/SpeedRunner.git"
}
],
"require": {
"php": ">=5.6",
"composer/installers": "~1.3.0",
"johnpbloch/wordpress": "5.2.2",
"wpackagist-plugin/limit-login-attempts": "1.7.1",
"wpackagist-plugin/wordpress-seo": "11.9.0",
"wpackagist-plugin/classic-editor": "1.5",
"superbia/terminator": "0.2.0",
"superbia/speedrunner": "0.9.0"
},
"require-dev": {
"wpackagist-plugin/query-monitor": "3.3.7",
"stevegrunwell/wp-enforcer": "^0.5.0"
},
"extra": {
"installer-paths": {
"public/app/mu-plugins/{$name}/": ["type:wordpress-muplugin"],
"public/app/plugins/{$name}/": ["type:wordpress-plugin"]
},
"wordpress-install-dir": "public/wp"
},
"scripts": {
"post-install-cmd": [
"wp-enforcer"
],
"post-update-cmd": [
"wp-enforcer"
]
}
}