Newer
Older
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
{
"name": "palax/yii2-bitrix",
"description": "Essential components for integrating Yii2 with Bitrix",
"type": "yii2-extension",
"license": "GPL-3.0-only",
"authors": [
{
"name": "Druganov Demid",
"email": "ddruganov@bk.ru"
}
],
"autoload": {
"psr-4": {
"palax\\yii2bitrix\\": "src/",
"tests\\": "tests/"
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
],
"require-dev": {
"codeception/codeception": "*",
"codeception/module-asserts": "*",
"codeception/module-phpbrowser": "*",
"fakerphp/faker": "^1"
},
"require": {
"php": "^8.1",
"ext-curl": "*",
"yiisoft/yii2": "^2",
"palax/yii2-core": "^0"
},
"minimum-stability": "stable",
"config": {
"allow-plugins": {
"yiisoft/yii2-composer": true
}
}
}