forked from pods-framework/pods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
61 lines (61 loc) · 1.61 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
{
"name": "pods-framework/pods",
"type": "wordpress-plugin",
"description": "Pods is a development framework for creating, extending, managing, and deploying customized content types in WordPress.",
"keywords": [
"wordpress",
"content",
"fields"
],
"homepage": "https://pods.io/",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Scott Kingsley Clark",
"email": "[email protected]",
"homepage": "https://www.scottkclark.com/",
"role": "Lead Developer"
},
{
"name": "Phil Lewis",
"homepage": "https://github.com/pglewis",
"role": "Developer"
},
{
"name": "Jim True",
"homepage": "https://jimtrue.com/",
"role": "Developer and Support"
},
{
"name": "Matt Gibbs",
"homepage": "https://facetwp.com/",
"role": "Founding Developer"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/pods-framework/pods/issues",
"forum": "https://wordpress.org/support/plugin/pods",
"source": "https://github.com/pods-framework/pods",
"docs": "https://pods.io/docs/"
},
"require": {
"composer/installers": "1.5.*",
"php": ">=5.3"
},
"require-dev": {
"wp-cli/wp-cli": "1.*",
"phpunit/phpunit": "4.*",
"mockery/mockery": "0.9.*",
"squizlabs/php_codesniffer": "2.9.1 - 3.2.3",
"DealerDirect/phpcodesniffer-composer-installer":"0.4.*",
"wp-coding-standards/wpcs": "1.1.*",
"wimg/php-compatibility": "8.*"
},
"suggest": {
"wp-cli/wp-cli": "Enables access to Pods CLI commands."
},
"extra": {
"installer-name": "pods"
}
}