forked from udx/wp-stateless
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
80 lines (80 loc) · 1.93 KB
/
Copy pathcomposer.json
File metadata and controls
80 lines (80 loc) · 1.93 KB
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
79
80
{
"name": "wpcloud/wp-stateless",
"type": "wordpress-plugin",
"minimum-stability": "dev",
"homepage": "https://usabilitydynamics.com",
"author": {
"name": "UsabilityDynamics, Inc.",
"url": "https://usabilitydynamics.com"
},
"repositories": [
{
"type": "composer",
"url": "https://repository.usabilitydynamics.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/wpCloud/wp-stateless.git"
},
"require": {
"php": ">=5.5",
"composer/installers": "~1.0",
"usabilitydynamics/lib-settings": "~0.2.3",
"usabilitydynamics/lib-wp-bootstrap": "~1.2.3",
"usabilitydynamics/lib-ud-api-client": "~1.1.5.3",
"ccampbell/chromephp": "^4.1"
},
"require-dev": {
"php": ">=5.5",
"codeclimate/php-test-reporter": "~0.1"
},
"autoload": {
"classmap": [ "lib/classes" ]
},
"archive": {
"exclude": [
"node_modules",
".gitignore",
"test",
"circle.yml",
"composer.lock",
"gruntfile.js",
"package.json"
]
},
"extra": {
"featureFlags": [
{
"name": "Google Login",
"constant": "WP_STATELESS_GOOGLE_LOGIN",
"description": "Allows for quicker setup by letting admin login to their Google Account from the control panel. Fetches available projects and buckets.",
"since": "1.9.2",
"enabled": true
},
{
"name": "Legacy Settings",
"constant": "WP_STATELESS_LEGACY_SETTINGS",
"description": "Shows legacy settings options.",
"since": "1.9.2",
"enabled": false
}
],
"schemas": {
"dependencies" : {
"modules": {},
"plugins": []
},
"licenses" : {
"client" : {
"slug": "wpcloud/wp-stateless",
"screen": {
"parent": "upload.php?page=stateless-settings",
"hide_menu": true
}
},
"product" : false
}
}
}
}