forked from nzy/bitrix-env-vagrant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
36 lines (34 loc) · 825 Bytes
/
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
{
"name": "success-front",
"description": "teams project",
"keywords": [
"bitrix",
"teams"
],
"homepage": "http://webit.ru",
"type": "project",
"license": "Commerce",
"config": {
"process-timeout": 1000,
"secure-http": false
},
"minimum-stability": "stable",
"require": {
"php": ">=5.4.0",
"notamedia/console-jedi": "dev-master",
"bitrix-expert/bbc": "1.0.*",
"digitalwand/digitalwand.admin_helper": "2.x",
"composer/installers": "v1.0.24",
"robmorgan/phinx": "0.5.0"
},
"repositories": [
],
"extra": {
"bitrix-dir": "www/bitrix",
"installer-paths": {
"../bitrix/modules/{$name}/": ["type:bitrix-module"],
"./bitrix/components/{$name}/": ["type:bitrix-component"],
"./bitrix/templates/{$name}/": ["type:bitrix-theme"]
}
}
}