-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathindex-composer.json
63 lines (63 loc) · 1.79 KB
/
index-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
{
"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 Primary WordPress Site via Composer",
"extra": {
"wordpress-install-dir": "wp"
},
"name": "creativecommons/wordpress-creativecommons-org",
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org"
},
{
"no-api": true,
"type": "vcs",
"url": "https://github.com/creativecommons/vocabulary-theme"
},
{
"package": {
"dist": {
"type": "zip",
"url": "https://github.com/reyhoun/acf-menu-chooser/archive/refs/tags/v1.1.0.zip"
},
"name": "reyhoun/acf-menu-chooser",
"type": "wordpress-plugin",
"version": "1.1"
},
"type": "package"
}
],
"require": {
"composer/installers": "^2.2",
"creativecommons/vocabulary-theme": "1.11.1",
"johnpbloch/wordpress": "6.3.4",
"reyhoun/acf-menu-chooser": "1.1",
"wpackagist-plugin/advanced-custom-fields": "6.2.1",
"wpackagist-plugin/classic-editor": "1.6.3",
"wpackagist-plugin/google-analytics-for-wordpress": "8.19",
"wpackagist-plugin/redirection": "5.3.10",
"wpackagist-plugin/tablepress": "2.1.7",
"wpackagist-plugin/wordfence": "7.10.4",
"wpackagist-plugin/wordpress-importer": "0.8.1",
"wpackagist-plugin/wordpress-seo": "21.2",
"wpackagist-theme/twentytwentythree": "1.2"
},
"require-dev": {
"wpackagist-plugin/debug-bar": "1.1.4",
"wpackagist-plugin/debug-bar-actions-and-filters-addon": "1.5.5"
},
"type": "project"
}