-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
51 lines (48 loc) · 1.26 KB
/
composer.json
File metadata and controls
51 lines (48 loc) · 1.26 KB
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
{
"name": "vf92/bitrix-base",
"description": "Расширение возможностей платформы 1С-Битрикс. Минимальная версия 16.5.0, рекомендуется использовать с версии 17.5.2",
"homepage": "https://github.com/Vampiref92/BitrixBase",
"type": "library",
"license": "proprietary",
"keywords": [
"bitrix",
"sergey",
"frolov",
"log",
"cache",
"utils",
"test"
],
"authors": [
{
"name": "Sergey Frolov",
"email": "vampiref92@yandex.ru"
}
],
"autoload": {
"psr-4": {
"Vf92\\BitrixUtils\\": "src/BitrixUtils/",
"Vf92\\Log\\": "src/Log/",
"Vf92\\MiscUtils\\": "src/MiscUtils/"
}
},
"require": {
"php": ">=7.1",
"psr/log": "^1.1.0",
"monolog/monolog": "^1.24",
"doctrine/collections": "^1.4",
"symfony/http-foundation":">=3.1",
"symfony/routing": ">=3.4",
"symfony/yaml": ">=3.1",
"symfony/config": ">=3.1",
"symfony/console": ">=3.1",
"ext-json": "*"
},
"require-dev": {
"dotsunited/php-cs-fixer-config": "^2.0",
"friendsofphp/php-cs-fixer": "^2.15.1",
"codeception/codeception": "^3.0.2",
"phpunit/phpunit": "^7.5||^8.3"
},
"minimum-stability": "stable"
}