-
Notifications
You must be signed in to change notification settings - Fork 13
/
composer.json
70 lines (70 loc) · 1.69 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
{
"name": "alliedhealthmedia/icing",
"description": "CakePHP Icing Plugin - Portable Package of Handy Utilities for CakePHP",
"type": "cakephp-plugin",
"keywords": ["cakephp", "icing", "file upload", "csv", "summable", "google calendar", "twitter", "do", "shell", "versionable", "database cache", "cache", "apptest", "appfixture", "ckeditor"],
"homepage": "https://github.com/AudiologyHoldings/Icing",
"license": "MIT",
"authors": [
{
"name": "Nick Baker",
"homepage": "http://www.webtechnick.com",
"role": "Author"
},
{
"name": "Alan Blount",
"homepage": "http://www.alliedhealthmedia.com",
"role": "Author"
},
{
"name": "Matt Reishus",
"homepage": "http://www.alliedhealthmedia.com",
"role": "Author"
},
{
"name": "Mark Vince",
"homepage": "http://www.alliedhealthmedia.com",
"role": "Author"
},
{
"name": "Chris Johnson",
"homepage": "http://www.alliedhealthmedia.com",
"role": "Author"
},
{
"name": "Travis Reddell",
"homepage": "http://www.alliedhealthmedia.com",
"role": "Author"
},
{
"name": "Becky Lemons",
"homepage": "http://www.alliedhealthmedia.com",
"role": "Author"
},
{
"name": "Jeff Kolesnikowicz",
"homepage": "http://www.alliedhealthmedia.com",
"role": "Author"
},
{
"name": "Roger Flynn",
"homepage": "http://www.alliedhealthmedia.com",
"role": "Author"
}
],
"support": {
"issues": "https://github.com/AudiologyHoldings/Icing/issues",
"source": "https://github.com/AudiologyHoldings/Icing"
},
"require": {
"php": ">=5.3.0",
"composer/installers": "*"
},
"extra": {
"branch-alias": {
"dev-master": "2.x-dev",
"cakephp1.3": "1.3-dev"
},
"installer-name": "Icing"
}
}