-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
41 lines (41 loc) · 1.13 KB
/
composer.json
File metadata and controls
41 lines (41 loc) · 1.13 KB
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
{
"repositories": [
{
"type":"composer",
"url":"https://wpackagist.org"
},
{
"type": "package",
"package": {
"name": "advanced-custom-fields/advanced-custom-fields-pro",
"version": "5.4.5",
"type": "wordpress-plugin",
"dist": {
"type": "zip",
"url": "https://connect.advancedcustomfields.com/index.php?p=pro&a=download"
}
}
}
],
"require": {
"php": ">=5.3.0",
"composer/installers": "1.2.0",
"johnpbloch/wordpress-core-installer": "0.2.1",
"philippbaschke/acf-pro-installer": "1.0.2",
"johnpbloch/wordpress": "~4",
"advanced-custom-fields/advanced-custom-fields-pro": "5.4.5"
},
"require-dev": {
"wpackagist-plugin/regenerate-thumbnails": "~2",
"wpackagist-plugin/debug-bar": "~0.8",
"wpackagist-plugin/debug-bar-cron": "~0.1",
"wpackagist-plugin/debug-bar-slow-actions": "~0.8",
"wpackagist-plugin/fg-debug-bar-rewrite-rules": "~1",
"wpackagist-plugin/duplicate-post": "~2"
},
"extra": {
"installer-paths": {
"content/plugins/{$name}/": ["type:wordpress-plugin"]
}
}
}