-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathbiztool-composer.json
70 lines (70 loc) · 2 KB
/
biztool-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
70
{
"authors": [
{
"homepage": "https://github.com/creativecommons/sre-salt-prime",
"name": "Creative Commons"
}
],
"config": {
"allow-plugins": {
"composer/installers": true,
"johnpbloch/wordpress-core-installer": true
},
"vendor-dir": "wp-content/vendor"
},
"description": "Creative Commons Business Toolkit WordPress Site via Composer",
"extra": {
"wordpress-install-dir": "wp"
},
"name": "creativecommons/wordpress-biztool",
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org"
},
{
"package": {
"dist": {
"type": "zip",
"url": "{{ pillar.wordpress.acf_pro_zip_url }}"
},
"name": "elliotcondon/advanced-custom-fields-pro",
"type": "wordpress-plugin",
"version": "5.9.0"
},
"type": "package"
},
{
"no-api": true,
"type": "vcs",
"url": "https://github.com/qtranslate/qtranslate-xt"
},
{
"no-api": true,
"type": "vcs",
"url": "https://github.com/creativecommons/wp-theme-cctoolkit"
}
],
"require": {
"composer/installers": "2.2",
"creativecommons/wp-theme-cctoolkit": "dev-main",
"elliotcondon/advanced-custom-fields-pro": "5.9.0",
"johnpbloch/wordpress": "6.4",
"qtranslate/qtranslate-xt": "dev-master",
"wpackagist-plugin/acf-qtranslate": "1.7.25",
"wpackagist-plugin/admin-menu-editor": "1.9.6",
"wpackagist-plugin/advanced-custom-fields": "5.9.0",
"wpackagist-plugin/classic-editor": "1.6",
"wpackagist-plugin/custom-post-type-ui": "1.8.0",
"wpackagist-plugin/dashicons-cpt": "1.0.2",
"wpackagist-plugin/disable-comments": "1.10.3",
"wpackagist-plugin/simple-custom-post-order": "2.5.0",
"wpackagist-plugin/wordfence": "7.4.10",
"wpackagist-plugin/wordpress-seo": "21.6"
},
"require-dev": {
"wpackagist-plugin/debug-bar": "1.1.4",
"wpackagist-plugin/debug-bar-actions-and-filters-addon": "1.5.5"
},
"type": "project"
}