forked from pods-framework/pods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
71 lines (71 loc) · 1.87 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
{
"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": "scott@pods.io",
"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": "support@pods.io",
"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/"
},
"repositories": [
{
"name": "moderntribe/TribalScents",
"type": "github",
"url": "https://github.com/moderntribe/TribalScents",
"no-api": true
}
],
"require": {
"composer/installers": "1.8.*",
"php": ">=5.3",
"freemius/wordpress-sdk": "2.3.2"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.6.2",
"wp-coding-standards/wpcs": "^2.1",
"automattic/vipwpcs": "^2.0",
"moderntribe/TribalScents": "dev-master",
"wp-cli/wp-cli": "2.*",
"phpunit/phpunit": "4.*",
"mockery/mockery": "1.3.*",
"phpcompatibility/php-compatibility": "9.*"
},
"suggest": {
"wp-cli/wp-cli": "Enables access to Pods CLI commands."
},
"extra": {
"installer-name": "pods"
}
}