generated from render-examples/wordpress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
69 lines (69 loc) · 1.74 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "palmerhq/presspack",
"description": "Minimalist WordPress theme",
"repositories": [{
"type": "composer",
"url": "https://wpackagist.org"
},
{
"type": "path",
"url": "./plugins/wp-job-manager-simple-paid-listings",
"options": {
"symlink": false
},
"require": {
"composer/installers": "~1.0"
}
}, {
"type": "path",
"url": "./plugins/wp-job-manager-tags",
"options": {
"symlink": false
},
"require": {
"composer/installers": "~1.0"
}
}, {
"type": "path",
"url": "./plugins/wp-job-manager-alerts",
"options": {
"symlink": false
},
"require": {
"composer/installers": "~1.0"
}
}, {
"type": "path",
"url": "./plugins/wp-job-manager-bookmarks",
"options": {
"symlink": false
},
"require": {
"composer/installers": "~1.0"
}
}, {
"type": "path",
"url": "./plugins/wp-job-manager-resumes",
"options": {
"symlink": false
},
"require": {
"composer/installers": "~1.0"
}
}
],
"require": {
"jaredpalmer/wp-job-manager-alerts": "@dev",
"jaredpalmer/wp-job-manager-bookmarks": "@dev",
"jaredpalmer/wp-job-manager-resumes": "@dev",
"jaredpalmer/wp-job-manager-simple-paid-listings": "@dev",
"jaredpalmer/wp-job-manager-tags": "@dev",
"wpackagist-plugin/advanced-custom-fields": "4.4.11",
"wpackagist-plugin/buddypress": "5.1.0",
"wpackagist-plugin/members": "1.1.3",
"wpackagist-plugin/acf-to-rest-api": "2.2.1",
"roots/soil": "3.7.1",
"wpackagist-plugin/wp-job-manager": "1.34.1",
"wpackagist-plugin/theme-my-login": "6.4.16"
}
}