forked from mozfr/transvision
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
106 lines (102 loc) · 3.09 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
99
100
101
102
103
104
105
106
{
"repositories": [
{
"type": "vcs",
"url": "https://github.com/mozilla-l10n/phpclass-bugzilla"
},
{
"type": "vcs",
"url": "https://github.com/mozilla-l10n/phpclass-cache"
},
{
"type": "vcs",
"url": "https://github.com/mozilla-l10n/phpclass-json"
},
{
"type": "vcs",
"url": "https://github.com/pascalchevrel/Verif/"
},
{
"type": "package",
"package": {
"name": "zenorocha/clipboard.js",
"type": "component",
"version": "1.5.3",
"dist": {
"type": "zip",
"url": "https://github.com/zenorocha/clipboard.js/archive/v1.5.3.zip"
},
"source": {
"type": "git",
"url": "https://github.com/zenorocha/clipboard.js.git",
"reference": "1.5.3"
},
"extra": {
"component": {
"scripts": [
"dist/clipboard.js"
]
}
}
}
},
{
"type": "package",
"package": {
"name": "devbridge/jQuery-Autocomplete",
"type": "component",
"version": "1.2.24",
"dist": {
"type": "zip",
"url": "https://github.com/devbridge/jQuery-Autocomplete/archive/v1.2.24.zip"
},
"source": {
"type": "git",
"url": "https://github.com/devbridge/jQuery-Autocomplete.git",
"reference": "1.2.24"
},
"extra": {
"component": {
"scripts": [
"dist/jquery.autocomplete.min.js"
]
}
}
}
}
],
"config": {
"component-dir": "web/assets",
"prestissimo": {
"maxConnections": 12,
"minConnections": 3,
"pipeline": true,
"verbose": true,
"insecure": false
}
},
"require": {
"components/jquery": "~1.1",
"devbridge/jQuery-Autocomplete": "~1.2.",
"monolog/monolog" : "~1.1",
"mozillal10n/bugzilla": "~0.1",
"mozillal10n/cache": "~0.1",
"mozillal10n/json": "~0.1",
"pascalc/tinyl10n" : "~0.1",
"pascalc/vcs": "~0.1",
"robloach/component-installer": "*",
"zenorocha/clipboard.js": "~1.5."
},
"require-dev": {
"atoum/atoum" : "~2.0",
"symfony/var-dumper": "~2.6",
"friendsofphp/php-cs-fixer": "~1.4",
"pchevrel/verif": "0.4",
"hirak/prestissimo": "~0.1.",
"phpdocumentor/phpdocumentor": "2.*"
},
"autoload": {
"psr-0": {"Transvision": "app/classes/"},
"files": ["app/helpers/debug.php"]
}
}