-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
49 lines (49 loc) · 1.44 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
41
42
43
44
45
46
47
48
49
{
"name": "proklung/bitrixoggraphbundle",
"description": "Бандл управления OG разметкой для Битрикс + Symfony.",
"type": "symfony-bundle",
"keywords": [
"bitrix",
"bitrix-symfony",
"bitrix-bundle"
],
"license": "MIT",
"authors": [
{
"name": "Gavrilov Fedy",
"email": "[email protected]",
"homepage": "https://github.com/ProklUng"
}
],
"support": {
"issues": "https://github.com/ProklUng/BitrixOgGraphBundle/issues",
"source": "https://github.com/ProklUng/BitrixOgGraphBundle"
},
"autoload": {
"psr-4": {
"Prokl\\BitrixOgGraphBundle\\": ""
},
"exclude-from-classmap": [
"Tests/"
]
},
"require": {
"php": ">=7.3",
"symfony/dependency-injection": "^3.4 || ^4.0 || ^5.0",
"symfony/http-kernel": "^4.0 || ^5.0",
"symfony/config": "~4|~5",
"symfony/string": "^4.0 || ^5.0",
"astrotomic/php-open-graph": "^0.5.2",
"spatie/data-transfer-object": "^2.5",
"webarchitect609/bitrix-cache": "^1.9",
"symfony/cache": "^4 || ^5"
},
"require-dev": {
"proklung/bitrix-phpunit-testing-tools": "^1.0"
},
"extra": {
"installer-paths": {
"vendor/sheerockoff/bitrix-ci/files/bitrix/modules/{$name}/": ["type:bitrix-module"]
}
}
}