-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathcomposer.json
More file actions
85 lines (85 loc) · 2.57 KB
/
composer.json
File metadata and controls
85 lines (85 loc) · 2.57 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
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "exface/core",
"description": "Business web application plattform",
"type": "project",
"license": [
"GPL-3.0+",
"proprietary"
],
"authors": [
{
"name": "Andrej Kabachnik",
"email": "kabachnik@gmail.com",
"role": "Creator"
}
],
"support": {
"source": "https://github.com/exface/core",
"docs": "https://github.com/exface/core/blob/1.x-dev/Docs",
"issues": "https://github.com/exface/core/issues"
},
"require": {
"php": "^8",
"symfony/filesystem": "^5||^6",
"symfony/event-dispatcher": "^5||^6",
"symfony/translation": "^5||^6",
"symfony/config": "^5||^6",
"symfony/error-handler": "^5||^6",
"symfony/var-dumper": "^5||^6",
"symfony/finder": "^5||^6",
"symfony/cache": "^5||^6",
"symfony/process": "^5||^6",
"symfony/console": "^5||^6",
"symfony/security-core": "^5",
"symfony/ldap": "^5||^6",
"symfony/expression-language": "^5.3||^6",
"symfony/mailer": "^5||^6||^7",
"webmozart/path-util": "^2.3",
"monolog/monolog": "^1.22.1",
"femtopixel/monolog-csvhandler": "~0.1",
"psr/http-message": "^1.0.1",
"psr/http-server-handler": "^1.0",
"psr/http-server-middleware": "^1.0",
"psr/container": "^1.0",
"psr/cache": "^1",
"psr/simple-cache": "^1",
"guzzlehttp/psr7": "^1.4.2||^2",
"wingu/reflection": "^1.0.6",
"league/csv": "^9.6",
"cebe/markdown": "^1.1.2",
"kabachello/fileroute": "~0.2",
"guzzlehttp/guzzle": "^6.2.2||^7",
"phpoffice/phpspreadsheet": "^1.17",
"npm-asset/workbox-sw": "^5.1.3",
"npm-asset/dexie": "^2.0.4",
"ramsey/uuid": "^3.0||^4.0",
"dragonmantank/cron-expression": "^3.1",
"intervention/image": "^2.7",
"gajus/dindent": "^2.0",
"robthree/twofactorauth": "^1.8",
"npm-asset/eruda": "^2",
"justinrainbow/json-schema": "^5.2",
"composer/semver": "^3",
"softcreatr/jsonpath": "~0.7",
"galbar/jsonpath": "^3"
},
"bin": [
"Facades/ConsoleFacade/bin/action"
],
"extra": {
"app": {
"app_uid": "0x31000000000000000000000000000000",
"app_alias": "exface.Core"
}
},
"autoload": {
"psr-4": {
"exface\\Core\\": ""
},
"exclude-from-classmap": [
"/Config/",
"/Translations/",
"/Model/"
]
}
}