-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
38 lines (38 loc) · 1021 Bytes
/
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
{
"name": "rentsoft/api-gateway-connector-bundle",
"version": "6.1.55",
"description": "Api gateway connector service",
"type": "symfony-bundle",
"require": {
"php": ">=8.0",
"doctrine/collections": "^1.5",
"knpuniversity/oauth2-client-bundle": "^2.10",
"stevenmaguire/oauth2-keycloak": "^3.1",
"symfony/framework-bundle": "6.0.*",
"symfony/http-client": "6.0.*",
"symfony/http-foundation": "6.0.*",
"symfony/serializer": "6.0.*"
},
"config": {
"sort-packages": true
},
"autoload": {
"psr-4": {
"Rentsoft\\ApiGatewayConnectorBundle\\": "src/"
}
},
"license": "Private Software Rentsoft GmbH",
"authors": [
{
"name": "Michal Vanek",
"email": "[email protected]"
}
],
"minimum-stability": "stable",
"extra": {
"symfony": {
"allow-contrib": false,
"require": "6.0.*"
}
}
}