-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcomposer.json
More file actions
42 lines (42 loc) · 1.21 KB
/
composer.json
File metadata and controls
42 lines (42 loc) · 1.21 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
42
{
"name": "elasticms/client-helper-bundle",
"description": "An elasticms extension for client helper functions (Graphical frontend, API, ... )",
"type": "symfony-bundle",
"keywords": [
"elasticms"
],
"license": "LGPL-3.0",
"authors": [
{
"name": "EMS Community",
"homepage": "https://github.com/ems-project/elasticms/contributors"
}
],
"require": {
"php": "^8.4",
"composer/ca-bundle": "^1.4",
"elasticms/common-bundle": "6.9.*",
"league/oauth2-client": "^2.8",
"onelogin/php-saml": "^4.1",
"stevenmaguire/oauth2-keycloak": "^6.1",
"symfony-cmf/routing": "^3.0",
"symfony/asset": "6.4.*",
"symfony/console": "6.4.*",
"symfony/event-dispatcher": "6.4.*",
"symfony/mime": "6.4.*",
"symfony/security-bundle": "6.4.*",
"symfony/security-csrf": "6.4.*",
"symfony/twig-bundle": "6.4.*",
"symfony/yaml": "6.4.*",
"thenetworg/oauth2-azure": "^2.2"
},
"autoload": {
"psr-4": {
"EMS\\ClientHelperBundle\\": "src/"
}
},
"config": {
"lock": false,
"sort-packages": true
}
}