-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathcomposer.json
74 lines (74 loc) · 2.23 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
72
73
74
{
"name": "dmelo/amuzi",
"description": "An open source mashup that combines information from different sources and allow you to search, organize and listen to music",
"type": "application",
"homepage": "http://amuzi.me",
"minimum-stability": "dev",
"require": {
"php": ">=5.4.0",
"zendframework/zendframework1": ">=1.12.0",
"dmelo/dzend": "dev-master",
"dmelo/you2better": ">=1.0.3",
"dmelo/zend-module-login": ">=1.0.0",
"dmelo/file-rotator": ">=1.0.0",
"rg3/youtube-dl": ">=2014.06.19",
"google/apiclient": "1.1.4"
},
"require-dev": {
"phpunit/phpunit": ">=3.7.0"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/dmelo/you2better.git"
},
{
"type": "package",
"package": {
"name": "rg3/youtube-dl",
"version": "2014.06.19",
"source": {
"url": "https://github.com/rg3/youtube-dl.git",
"type": "git",
"reference": "2014.06.19"
}
}
},
{
"type": "package",
"package": {
"name": "rg3/youtube-dl",
"version": "2014.07.11.3",
"source": {
"url": "https://github.com/rg3/youtube-dl.git",
"type": "git",
"reference": "2014.07.11.3"
}
}
},
{
"type": "package",
"package": {
"name": "dmelo/amuzi_search",
"version": "1.0.0",
"source": {
"url": "https://github.com/dmelo/amuzi_search",
"type": "git",
"reference": "1.0.0"
}
}
},
{
"type": "package",
"package": {
"name": "dmelo/file-rotator",
"version": "1.0.0",
"source": {
"url": "https://github.com/dmelo/file-rotator",
"type": "git",
"reference": "1.0.0"
}
}
}
]
}