-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
76 lines (72 loc) · 2.26 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
75
76
{
"name" : "wuzzitor/metagist-worker",
"type" : "application",
"description" : "Metagist Information Factory",
"homepage" : "http://metagist.org",
"keywords" : ["metagist", "api"],
"license" : "MIT",
"authors" : [
{
"name" : "Daniel Pozzi",
"email" : "[email protected]"
}
],
"require": {
"php" : ">=5.3.3",
"silex/silex" : "1.0.*@dev",
"symfony/console" : "~2.2",
"symfony/security" : "~2.2",
"guzzle/guzzle" : "v3.7.0",
"monolog/monolog" : "~1.0",
"wuzzitor/metagist.org" : "0.1.8",
"wuzzitor/metagist-api" : "dev-master",
"knplabs/packagist-api" : "0.1.*@dev",
"doctrine/common" : "2.3.0",
"knplabs/github-api" : "1.1.3",
"symfony/browser-kit" : "~2.2",
"symfony/css-selector" : "~2.2",
"symfony/dom-crawler" : "~2.2",
"bonndan/RMT" : "@dev",
"zendframework/zend-feed": "2.2.1",
"zendframework/zend-cache": "2.2.1",
"zendframework/zend-http": "2.2.1"
},
"require-dev": {
},
"autoload": {
"psr-0": {
"Metagist": "vendor/wuzzitor/metagist.org/src",
"Metagist\\Worker": "src"
}
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/Wuzzitor/metagist-api.git"
},
{
"type": "package",
"package": {
"name": "wuzzitor/metagist.org",
"version": "0.1.8",
"source": {
"url": "https://github.com/Wuzzitor/metagist.org.git",
"type": "git",
"reference": "0.1.8"
}
}
},
{
"type": "package",
"package": {
"name": "bonndan/RMT",
"version": "0.0.0",
"source": {
"url": "http://github.com/bonndan/RMT.git",
"type": "git",
"reference": "0e6e2798939e651a20aa6c1f698a10db210d4cc5"
}
}
}
]
}