This repository has been archived by the owner on Jan 9, 2023. It is now read-only.
forked from themeum/kirki
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
78 lines (78 loc) · 2.74 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "kirki-framework/kirki",
"type": "library",
"version": "4.0.24",
"keywords": ["WordPress", "Customizer"],
"description": "Extending the WordPress customizer",
"homepage": "https://kirki.org",
"license": "MIT",
"authors": [
{
"name": "Kirki Framework",
"email": "connect@mapsteps.com"
}
],
"config": {
"vendor-dir": "packages",
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"composer/installers": true
}
},
"include-path": [".", "core"],
"require": {
"php": ">=7.0",
"kirki-framework/util": "*",
"kirki-framework/l10n": "*",
"kirki-framework/field": "*",
"kirki-framework/url-getter": "*",
"kirki-framework/control-base": "*",
"kirki-framework/control-checkbox": "*",
"kirki-framework/control-code": "*",
"kirki-framework/control-cropped-image": "*",
"kirki-framework/control-custom": "*",
"kirki-framework/control-dashicons": "*",
"kirki-framework/control-date": "*",
"kirki-framework/control-dimension": "*",
"kirki-framework/control-editor": "*",
"kirki-framework/control-generic": "*",
"kirki-framework/control-image": "*",
"kirki-framework/control-multicheck": "*",
"kirki-framework/control-palette": "*",
"kirki-framework/control-radio": "*",
"kirki-framework/control-repeater": "*",
"kirki-framework/control-select": "*",
"kirki-framework/control-react-select": "*",
"kirki-framework/control-slider": "*",
"kirki-framework/control-sortable": "*",
"kirki-framework/control-upload": "*",
"kirki-framework/field-dimensions": "*",
"kirki-framework/field-fontawesome": "*",
"kirki-framework/field-typography": "*",
"kirki-framework/module-css": "*",
"kirki-framework/module-editor-styles": "*",
"kirki-framework/module-field-dependencies": "*",
"kirki-framework/module-postmessage": "*",
"kirki-framework/module-preset": "*",
"kirki-framework/module-selective-refresh": "*",
"kirki-framework/module-tooltips": "*",
"kirki-framework/module-webfonts": "*",
"kirki-framework/compatibility": "*",
"kirki-framework/data-option": "*",
"kirki-framework/module-panels": "*",
"kirki-framework/module-sections": "*",
"kirki-framework/module-section-icons": "*",
"kirki-framework/control-react-colorful": "*",
"kirki-framework/control-color": "*",
"kirki-framework/control-color-palette": "*",
"kirki-framework/field-background": "*",
"kirki-framework/field-multicolor": "*"
},
"require-dev": {
"composer/installers": "*",
"dealerdirect/phpcodesniffer-composer-installer": "*",
"wp-coding-standards/wpcs": "*",
"phpcompatibility/phpcompatibility-wp": "*",
"wptrt/wpthemereview": "dev-develop"
}
}