-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
40 lines (40 loc) · 1.21 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
{
"name": "proklung/bitrix-tools-pack-bundle",
"description": "Ordinary tools pack for Symfony+Bitrix.",
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Gavrilov Fedy",
"email": "[email protected]",
"homepage": "https://github.com/ProklUng"
}
],
"support": {
"issues": "https://github.com/ProklUng/bitrix.tools.pack.bundle/issues",
"source": "https://github.com/ProklUng/bitrix.tools.pack.bundle"
},
"autoload": {
"psr-4": {
"Prokl\\BitrixOrdinaryToolsBundle\\": ""
}
},
"require": {
"php": ">=7.3 | 8.0",
"symfony/dependency-injection": "^4.4 || ^5.0",
"symfony/http-kernel": "4.4 || ^5.0",
"symfony/config": "4.4 || ^5.0",
"symfony/console": "4.4 || ^5.0",
"intervention/image": "^2.5",
"monolog/monolog": "~1 || ~2",
"league/html-to-markdown": "^5.0"
},
"require-dev": {
"proklung/bitrix-phpunit-testing-tools": "^1.4"
},
"extra": {
"installer-paths": {
"vendor/sheerockoff/bitrix-ci/files/bitrix/modules/{$name}/": ["type:bitrix-module"]
}
}
}