forked from reduxframework/redux-framework-4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
53 lines (53 loc) · 1.32 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
{
"name": "reduxframework/redux-framework-4",
"version": "4.1.25",
"authors": [
{
"name": "Redux.io",
"homepage": "http://redux.io",
"email": "[email protected]",
"role": "Support"
},
{
"name": "Dōvy Paukstys",
"homepage": "http://dovy.io",
"email": "[email protected]",
"role": "Developer"
}
],
"type": "wordpress-plugin",
"description": "Build better and beautiful sites in WordPress, faster.",
"homepage": "http://redux.io",
"license": "GPL-3.0+",
"keywords": [
"settings",
"wordpress",
"options",
"framework",
"redux",
"customizer",
"plugin"
],
"support": {
"issues": "https://github.com/reduxframework/redux-framework/issues",
"docs": "https://docs.redux.io",
"forum": "https://wordpress.org/support/plugin/redux-framework/",
"website": "https://redux.io/"
},
"require": {
"php": ">=5.2.0",
"composer/installers": "~1.0"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.6",
"phpcompatibility/phpcompatibility-wp": "^2.1",
"lucatume/wp-browser": "^2.6",
"codeception/module-asserts": "^1.0",
"codeception/module-phpbrowser": "^1.0",
"codeception/module-webdriver": "^1.0",
"codeception/module-db": "^1.0",
"codeception/module-filesystem": "^1.0",
"codeception/module-cli": "^1.0",
"codeception/util-universalframework": "^1.0"
}
}