-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
41 lines (40 loc) · 1.04 KB
/
composer.json
File metadata and controls
41 lines (40 loc) · 1.04 KB
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
{
"name": "proklung/bitrix-error-notifier-module",
"description": "Интеграция компонента Symfony Notifier в Битрикс",
"type": "bitrix-d7-module",
"keywords": [
"bitrix",
"bitrix-module",
"bitrix-cms",
"bitrix-d7",
"symfony",
"bitrix-symfony",
"notifier"
],
"homepage": "https://github.com/ProklUng/bitrix.error.notifier.module",
"license": "MIT",
"authors": [
{
"name": "Gavrilov Fedy",
"email": "fedor.gavrilov.75@mail.ru"
}
],
"support": {
"issues": "https://github.com/ProklUng/bitrix.error.notifier.module/issues",
"source": "https://github.com/ProklUng/bitrix.error.notifier.module"
},
"extra": {
"installer-name": "proklung.error.notifier"
},
"require": {
"php": ">=7.1 || ^8.0",
"symfony/notifier": "^5",
"proklung/bitrix.module.boilerplate": "^1.0",
"composer/installers": "~1"
},
"require-dev": {
"icanhazstring/composer-unused": "^0.7.5",
"vimeo/psalm": "^4.3",
"squizlabs/php_codesniffer": "^3"
}
}