-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
36 lines (36 loc) · 1011 Bytes
/
composer.json
File metadata and controls
36 lines (36 loc) · 1011 Bytes
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
{
"name": "proklung/api-exception-bundle",
"description": "Бандл для управления исключениями, выбрасываемыми API",
"type": "symfony-bundle",
"keywords": [
"bitrix",
"bitrix-symfony",
"bitrix-bundle",
"php"
],
"license": "MIT",
"authors": [
{
"name": "Gavrilov Fedy",
"email": "fedor.gavrilov.75@mail.ru",
"homepage": "https://github.com/ProklUng"
}
],
"support": {
"issues": "https://github.com/ProklUng/api-exception-bundle/issues",
"source": "https://github.com/ProklUng/api-exception-bundle"
},
"autoload": {
"psr-4": {
"Prokl\\ApiExceptionBundle\\": ""
}
},
"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"
},
"require-dev": {
}
}