-
Notifications
You must be signed in to change notification settings - Fork 6
/
composer.json
37 lines (37 loc) · 883 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
37
{
"name": "webarchitect609/bitrix-iblock-property-type",
"description": "Set of custom Bitrix iblock property types and basic auxiliary functionality to help develop new types as easy and fast as it possible.",
"keywords": [
"bitrix",
"iblock"
],
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Sergey Gripinskiy",
"email": "web-architect@mail.ru",
"role": "Owner"
},
{
"name": "Dmitry Zakharov",
"email": "zakharov@adv.ru",
"role": "Contributor"
},
{
"name": "Andrey Ryabin",
"email": "andreyryabin@yandex.ru",
"role": "Contributor"
}
],
"require": {
"php": "^7.2 || ^8.0",
"anahkiasen/html-object": "^1.4",
"webarchitect609/bitrix-cache": "^1.8.0"
},
"autoload": {
"psr-4": {
"WebArch\\BitrixIblockPropertyType\\": "src/main"
}
}
}