forked from mozilla-l10n/stores_l10n
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
50 lines (46 loc) · 1.18 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
{
"autoload": {
"psr-0": {
"Stores": "app/classes/"
},
"files": [
"app/helpers/debug.php",
"app/helpers/utilities.php"
]
},
"config": {
"component-dir": "web/media/assets"
},
"repositories": [
{
"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": {
"components/bootstrap-default": "~3.2",
"components/bootstrap": "~3.3",
"components/jquery": "~1.1",
"monolog/monolog" : "~1.1",
"mozillal10n/cache": "~0.1",
"mozillal10n/json": "~0.1",
"robloach/component-installer": "*"
},
"require-dev": {
"atoum/atoum" : "~3.0",
"friendsofphp/php-cs-fixer": "~2.1",
"pchevrel/verif": "0.4",
"symfony/var-dumper": "~2.6"
}
}