forked from webarchitect609/bitrix-user-type
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
33 lines (33 loc) · 797 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
{
"name": "webarchitect609/bitrix-user-type",
"description": "Set of custom Bitrix user property types and basic auxiliary functionality to help develop new types as easy and fast as it possible.",
"keywords": [
"bitrix",
"userfield",
"usertype"
],
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Sergey Gripinskiy",
"email": "web-architect@mail.ru"
},
{
"name": "Dmitry Panychev",
"email": "thor_work@yahoo.com"
}
],
"require": {
"php": "^7.2",
"webarchitect609/bitrix-cache": "^1.6 || ^2.0",
"ext-mbstring": "*",
"anahkiasen/html-object": "^1.4",
"webarchitect609/bitrix-orm-tools": "^2.1"
},
"autoload": {
"psr-4": {
"WebArch\\BitrixUserPropertyType\\": "src/main"
}
}
}