-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
39 lines (38 loc) · 1.13 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
{
"name": "proklung/bitrixsymfonyrouterbundle",
"description": "Symfony Router for custom implementation Bitrix-Symfony",
"type": "symfony-bundle",
"homepage": "https://github.com/ProklUng/BitrixSymfonyRouterBundle",
"license": "MIT",
"authors": [
{
"name": "Gavrilov Fedy",
"email": "[email protected]"
}
],
"support": {
"issues": "https://github.com/ProklUng/SymfonyRouterBundle/issues",
"source": "https://github.com/ProklUng/SymfonyRouterBundle"
},
"autoload": {
"psr-4": {
"Prokl\\BitrixSymfonyRouterBundle\\": ""
}
},
"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/framework-bundle": "^4.4 || ^5.0",
"symfony/filesystem": "^4.4 || ^5.0",
"symfony/routing": "^4.4 || ^5.0",
"symfony/http-foundation": "^4.4 || ^5.0",
"symfony/event-dispatcher": "^4.4 || ^5.0",
"symfony/property-access": "^4.4 || ^5.0",
"symfony/serializer": "^4.4 || ^5.0"
},
"require-dev": {
"proklung/phpunit-testing-tools": "^1.4"
}
}