-
Notifications
You must be signed in to change notification settings - Fork 582
/
composer.json
47 lines (47 loc) · 1.06 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
{
"name": "reduxframework/redux-framework",
"authors": [
{
"name": "Redux.io",
"homepage": "https://redux.io",
"email": "[email protected]",
"role": "Support"
}
],
"type": "wordpress-plugin",
"description": "Build better and beautiful sites in WordPress, faster.",
"homepage": "https://redux.io",
"license": "GPL-3.0-or-later",
"keywords": [
"settings",
"wordpress",
"options",
"framework",
"redux",
"customizer",
"plugin"
],
"support": {
"issues": "https://github.com/reduxframework/redux-framework/issues",
"docs": "https://devs.redux.io",
"forum": "https://wordpress.org/support/plugin/redux-framework/",
"website": "https://redux.io/"
},
"require": {
"php": ">=7.1.0",
"fortawesome/font-awesome": "^6.0",
"oomphinc/composer-installers-extender": "^2.0"
},
"extra": {
"installer-types": ["library"],
"installer-paths": {
"redux-core/assets/font-awesome": ["fortawesome/font-awesome"]
}
},
"config": {
"allow-plugins": {
"composer/installers": true,
"oomphinc/composer-installers-extender": true
}
}
}