-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
117 lines (116 loc) · 3.28 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
107
108
109
110
111
112
113
114
115
116
117
{
"name": "proklung/bitrix-symfony-base.git",
"description": "Bitrix build with integration of Symfony",
"authors": [
{
"name": "Gavrilov Fedor",
"email": "funtik21975@gmail.com"
}
],
"keywords": [
"bitrix",
"symfony"
],
"license": "MIT",
"repositories": [
{
"type": "git",
"url": "https://github.com/proklung/bitrix.core.symfony"
},
{
"type": "git",
"url": "https://github.com/proklung/core.framework.extension.bundle"
},
{
"type": "git",
"url": "https://github.com/proklung/bitrix.twig.bundle"
},
{
"type": "git",
"url": "https://github.com/proklung/core.argument.resolvers.bundle"
},
{
"type": "git",
"url": "https://github.com/proklung/bitrix-models/"
},
{
"type": "git",
"url": "https://github.com/proklung/jedi-light"
},
{
"type": "git",
"url": "https://github.com/proklung/framework-tools-bundle"
},
{
"type": "git",
"url": "https://github.com/proklung/bitrix.tools.pack.bundle"
},
{
"type": "git",
"url": "https://github.com/ProklUng/bitrix-migrations"
},
{
"type": "vcs",
"url": "https://github.com/proklung/tools.twig"
}
],
"require": {
"proklung/bitrix-core-symfony": "^1.4.1",
"psr/container": "1.0.*",
"proklung/core-framework-extension-bundle": "^1.8",
"proklung/core-argument-resolvers-bundle": "^1.1",
"proklung/bitrixsymfonyrouterbundle": "^1.4",
"proklung/bitrix-twig-bundle": "^1.0",
"arrilot/bitrix-migrations": "dev-master",
"arrilot/bitrix-models": "dev-master",
"maximaster/tools.twig": "dev-master",
"bitrix-expert/bbc": "^1.0",
"proklung/jedi-light": "^1.0",
"illuminate/support": "^6.0 || ^7.0",
"symfony/dotenv": "^5.2",
"symfony/monolog-bundle": "^3.7",
"proklung/facade-bundle": "^1.0",
"proklung/bitrixstaticpagemakerbundle": "^1.0",
"proklung/bitrix-custom-properties-bundle": "^1.1",
"proklung/bitrix-webform-bundle": "^1.0",
"proklung/pipeline-symfony": "^1.0",
"proklung/db-command": "^1.0",
"proklung/bitrix-iblock-element-validator-bundle": "^1.0",
"proklung/framework-tools-bundle": "^1.5",
"proklung/twig-extensions-bundle": "^1.6"
},
"require-dev": {
"proklung/phpunit-testing-tools": "^1.5",
"proklung/symfony-maker-bundle": "^1.0",
"proklung/bitrix.module.generator": "^1.0",
"symfony/maker-bundle": "^1.33",
"squizlabs/php_codesniffer": "^3",
"symfony/var-dumper": "^4.4 || ^5.0",
"ergebnis/phpstan-rules": "^0.15.3 || ^1",
"phpstan/phpstan-strict-rules": "^0.12.7 || ^1",
"slam/phpstan-extensions": "^5.1",
"mmucklo/krumo": "^0.6.0",
"icanhazstring/composer-unused": "^0.7.5"
},
"autoload": {
"psr-4": {
"Local\\": "local/classes/"
},
"files": [
"local/functions/helpers.php"
]
},
"extra": {
"bitrix-dir": "bitrix",
"installer-paths": {
"./bitrix/modules/{$name}/": ["type:bitrix-d7-module", "type:bitrix-module"],
"./bitrix/components/{$name}/": ["type:bitrix-d7-component", "type:bitrix-component"],
"./bitrix/templates/{$name}/": ["type:bitrix-d7-template", "type:bitrix-theme"]
}
},
"bin": [
"bin/module",
"bin/console",
"bin/db"
]
}