-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·63 lines (63 loc) · 1.51 KB
/
composer.json
File metadata and controls
executable file
·63 lines (63 loc) · 1.51 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
{
"name": "upstatement/stream-manager",
"type": "wordpress-plugin",
"description": "Plugin to manage streams of content in WordPress",
"keywords": [
"wordpress",
"timber",
"content management",
"cms"
],
"homepage": "http://github.com/upstatement/stream-manager",
"license": "MIT",
"authors": [
{
"name": "Jared Novack",
"email": "jared@upstatement.com",
"homepage": "http://upstatement.com"
},
{
"name": "Chris Voll",
"email": "chirs.voll@upstatement.com",
"homepage": "http://upstatement.com"
},
{
"name": "Gus Wrezerek",
"email": "gus@upstatement.com",
"homepage": "http://upstatement.com"
},
{
"name": "Rowan Krishnan",
"email": "rowan@upstatement.com",
"homepage": "http://upstatement.com"
},
{
"name": "Mike Swartz",
"email": "mike@upstatement.com",
"homepage": "http://upstatement.com"
}
],
"support": {
"issues": "https://github.com/upstataement/stream-manager/issues",
"wiki": "https://github.com/upstataement/stream-manager/wiki",
"source": "https://github.com/upstataement/stream-manager"
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "5.7.*",
"wpackagist-plugin/timber-library": "*",
"composer/installers": "~1.0",
"satooshi/php-coveralls": "dev-master"
},
"repositories": [
{
"type": "composer",
"url": "http://wpackagist.org"
}
],
"config": {
"secure-http": false
}
}