-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
46 lines (46 loc) · 1.18 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
{
"name": "kraftner/yoast-acf-analysis-development",
"description": "Site initialization for yoast-acf-analysis.vvv.dev in VVV ",
"type": "project",
"license": "GPL-3.0",
"authors": [
{
"name": "Thomas Kräftner",
"email": "[email protected]",
"homepage": "http://kraftner.com",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/kraftner/yoast-acf-analysis-development/issues",
"source": "https://github.com/kraftner/yoast-acf-analysis-development"
},
"minimum-stability": "dev",
"prefer-stable": true,
"repositories": [
{
"type": "vcs",
"url": "https://github.com/yoast/yoast-acf-analysis"
},
{
"type": "composer",
"url": "https://wpackagist.org"
}
],
"require": {
"wecodemore/wpstarter": "~2.0",
"wpackagist-plugin/advanced-custom-fields": "^4.4",
"wpackagist-plugin/wordpress-seo": "^5.3",
"yoast/yoast-acf-analysis": "dev-develop"
},
"config": {
"optimize-autoloader": true
},
"scripts": {
"post-install-cmd": "WCM\\WPStarter\\Setup::run",
"post-update-cmd": "WCM\\WPStarter\\Setup::run"
},
"extra": {
"wordpress-install-dir": "wp"
}
}