-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
98 lines (97 loc) · 2.93 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name" : "mageia-app-db/mageia-app-db",
"description" : "A social package browser",
"license" : "AGPL-3.0",
"require": {
"symfony/symfony1" : "v1.4.20",
"sfGuardPlugin" : "v4.0.2",
"omCrossAppUrlPlugin" : "v1.0.2",
"propel/sf-propel-o-r-m-plugin" : "dev-master",
"openlss/func-format" : "0.0.8",
"natxet/CssMin": "3.0.x",
"codegyre/robo": "^0.7",
"leafo/scssphp": "0.2.0",
"patchwork/jsqueeze": "2.0.x",
"beelab/bowerphp": "0.5.3",
"agallou/robo-hash": "^0.0.1",
"henrikbjorn/lurker": "1.2.0"
},
"require-dev": {
"atoum/sfAtoumPlugin": "dev-master",
"atoum/atoum" : "dev-master",
"elXHProfPlugin" : "1.0.0"
},
"scripts": {
"post-install-cmd": [
"./bin/robo install"
]
},
"config": {
"bin-dir": "bin"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/flint/Lurker"
},
{
"type": "package",
"package": {
"version": "v1.4.20",
"name": "symfony/symfony1",
"dist": {
"url": "https://github.com/symfony/symfony1/archive/v1.4.20.zip",
"type": "zip"
}
}
},
{
"type": "package",
"package": {
"name": "sfGuardPlugin",
"type" : "symfony1-plugin",
"require" : {
"composer/installers":"*"
},
"version": "4.0.2",
"source": {
"url": "https://github.com/rdavaillaud/sfGuardPlugin-1.3.git",
"type": "git",
"reference": "5cb6c41cacd99436d1152faa459011e3dbd6ee66"
}
}
},
{
"type": "package",
"package": {
"name": "omCrossAppUrlPlugin",
"type" : "symfony1-plugin",
"require" : {
"composer/installers":"*"
},
"version": "1.0.2",
"source": {
"url": "https://github.com/Symfony-Plugins/omCrossAppUrlPlugin.git",
"type": "git",
"reference": "master"
}
}
},
{
"type": "package",
"package": {
"name": "elXHProfPlugin",
"type" : "symfony1-plugin",
"require" : {
"composer/installers":"*"
},
"version": "1.0.0",
"source": {
"url": "https://github.com/Symfony-Plugins/elXHProfPlugin.git",
"type": "git",
"reference": "master"
}
}
}
]
}