Skip to content

Commit 43c7c67

Browse files
Merge pull request #114 from creativecommons/vocab-2.0
update WordPress deps in `composer.json` for better baseline
2 parents 8514c40 + 1145866 commit 43c7c67

File tree

2 files changed

+108
-24
lines changed

2 files changed

+108
-24
lines changed

docker/configs/composer.json

+22-1
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,32 @@
33
{
44
"type":"composer",
55
"url":"https://wpackagist.org"
6+
},
7+
{
8+
"no-api": true,
9+
"type": "vcs",
10+
"url": "https://github.com/creativecommons/vocabulary-theme"
11+
},
12+
{
13+
"package": {
14+
"dist": {
15+
"type": "zip",
16+
"url": "https://github.com/reyhoun/acf-menu-chooser/archive/refs/tags/v1.1.0.zip"
17+
},
18+
"name": "reyhoun/acf-menu-chooser",
19+
"type": "wordpress-plugin",
20+
"version": "1.1"
21+
},
22+
"type": "package"
623
}
724
],
825
"require": {
26+
"creativecommons/vocabulary-theme": "1.11.1",
27+
"reyhoun/acf-menu-chooser": "1.1",
28+
"wpackagist-plugin/advanced-custom-fields": "^6.1",
929
"wpackagist-plugin/classic-editor": "^1.6",
10-
"wpackagist-plugin/advanced-custom-fields": "^6.1"
30+
"wpackagist-plugin/redirection": "5.3.10",
31+
"wpackagist-plugin/tablepress": "2.1.7"
1132
},
1233
"config": {
1334
"allow-plugins": {

docker/configs/composer.lock

+86-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)