-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcomposer.json
More file actions
73 lines (73 loc) · 2.23 KB
/
composer.json
File metadata and controls
73 lines (73 loc) · 2.23 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "elasticms/common-bundle",
"description": "All code shared between the EMS client helper and the EMS core",
"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",
"ext-curl": "*",
"ext-dom": "*",
"ext-exif": "*",
"ext-gd": "*",
"ext-iconv": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-zip": "*",
"aws/aws-sdk-php": "^3.294",
"cebe/markdown": "^1.2",
"doctrine/doctrine-bundle": "^2.11",
"doctrine/orm": "^3.3",
"dompdf/dompdf": "^v3.1",
"elasticms/helpers": "6.9.*",
"guzzlehttp/guzzle": "^7.8",
"maennchen/zipstream-php": "^3.0",
"phpoffice/phpspreadsheet": "^3.8",
"promphp/prometheus_client_php": "^2.9",
"psr/simple-cache": "^3.0",
"ramsey/uuid-doctrine": "^2.1",
"ruflin/elastica": "^7.3",
"symfony/console": "6.4.*",
"symfony/dom-crawler": "6.4.*",
"symfony/event-dispatcher": "6.4.*",
"symfony/expression-language": "6.4.*",
"symfony/framework-bundle": "6.4.*",
"symfony/http-client": "6.4.*",
"symfony/mime": "6.4.*",
"symfony/monolog-bundle": "^3.8",
"symfony/options-resolver": "6.4.*",
"symfony/process": "6.4.*",
"symfony/property-access": "6.4.*",
"symfony/routing": "6.4.*",
"symfony/security-core": "6.4.*",
"symfony/serializer": "6.4.*",
"symfony/stopwatch": "6.4.*",
"symfony/translation": "6.4.*",
"twig/cache-extra": "^3.8",
"twig/cssinliner-extra": "^3.8",
"twig/extra-bundle": "^3.8",
"twig/html-extra": "^3.8",
"twig/inky-extra": "^3.8",
"twig/intl-extra": "^3.8",
"twig/markdown-extra": "^3.8",
"twig/string-extra": "^3.8",
"twig/twig": "^3.8"
},
"autoload": {
"psr-4": {
"EMS\\CommonBundle\\": "src/"
}
},
"config": {
"lock": false,
"sort-packages": true
}
}