Skip to content

Commit cac6c5a

Browse files
add third-party plugin, add fallback core theme requirement
1 parent ffc142d commit cac6c5a

File tree

2 files changed

+43
-2
lines changed

2 files changed

+43
-2
lines changed

config/composer/composer.json

+15-1
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,28 @@
33
{
44
"type":"composer",
55
"url":"https://wpackagist.org"
6+
},
7+
{
8+
"type": "package",
9+
"package": {
10+
"name": "reyhoun/acf-menu-chooser",
11+
"version": "1.1",
12+
"type": "wordpress-plugin",
13+
"dist": {
14+
"type": "zip",
15+
"url": "https://github.com/reyhoun/acf-menu-chooser/archive/refs/tags/v1.1.0.zip"
16+
}
17+
}
618
}
719
],
820
"require": {
21+
"reyhoun/acf-menu-chooser": "1.1",
922
"wpackagist-plugin/classic-editor": "1.6",
1023
"wpackagist-plugin/advanced-custom-fields": "6.1",
1124
"wpackagist-plugin/redirection": "4.8",
1225
"wpackagist-plugin/tablepress": "1.12",
13-
"wpackagist-plugin/wordfence": "7.10.3"
26+
"wpackagist-plugin/wordfence": "7.10.3",
27+
"wpackagist-theme/twentytwentythree": "1.1"
1428
},
1529
"config": {
1630
"allow-plugins": {

config/composer/composer.lock

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

0 commit comments

Comments
 (0)