-
Notifications
You must be signed in to change notification settings - Fork 48
/
composer.json
51 lines (48 loc) · 1.27 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
{
"repositories": [
{
"type": "vcs",
"url": "https://github.com/mozilla-l10n/phpclass-bugzilla",
"no-api": true
},
{
"type": "vcs",
"url": "https://github.com/mozilla-l10n/phpclass-cache",
"no-api": true
},
{
"type": "vcs",
"url": "https://github.com/mozilla-l10n/phpclass-json",
"no-api": true
},
{
"type": "vcs",
"url": "https://github.com/pascalchevrel/Verif/",
"no-api": true
}
],
"require": {
"gettext/gettext": "~5.7",
"monolog/monolog" : "~3.7",
"mozillal10n/bugzilla": "~0.1",
"mozillal10n/cache": "~0.1",
"mozillal10n/json": "~0.1",
"pascalc/tinyl10n" : "~0.1"
},
"require-dev": {
"atoum/atoum" : "~4.2",
"symfony/var-dumper": "~6.4",
"friendsofphp/php-cs-fixer": "~3.64",
"pchevrel/verif": "0.4"
},
"autoload": {
"psr-4": {"Transvision\\": "app/classes/Transvision/"},
"files": ["app/helpers/debug.php"]
},
"config": {
"allow-plugins": {
"hirak/prestissimo": true,
"robloach/component-installer": true
}
}
}