-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
46 lines (46 loc) · 1.33 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
{
"config": {
"allow-plugins": {
"composer/installers": true
}
},
"description": "CreativeCommons.org Local Dev WordPress site via Composer",
"license": "GPL-2.0-or-later",
"name": "creativecommons/creativecommons-org-local-dev",
"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": {
"creativecommons/vocabulary-theme": "1.9.4",
"reyhoun/acf-menu-chooser": "1.1",
"wpackagist-plugin/advanced-custom-fields": "6.1.8",
"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"
}
}