-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathcomposer.json
More file actions
147 lines (147 loc) · 3.99 KB
/
composer.json
File metadata and controls
147 lines (147 loc) · 3.99 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"name": "typo3/cms-core",
"type": "typo3-cms-framework",
"description": "TYPO3 CMS Core",
"homepage": "https://typo3.community/",
"funding": [
{
"type": "membership",
"url": "https://typo3.org/membership"
}
],
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "TYPO3 Core Team",
"email": "typo3cms@typo3.org",
"role": "Developer"
}
],
"support": {
"issues": "https://forge.typo3.org/issues/",
"forum": "https://talk.typo3.org/",
"source": "https://github.com/TYPO3/typo3/",
"docs": "https://docs.typo3.org/",
"rss": "https://news.typo3.com/rss/",
"chat": "https://typo3.community/meet/slack/",
"security": "https://typo3.org/security/"
},
"config": {
"sort-packages": true
},
"require": {
"php": "^8.2",
"ext-PDO": "*",
"ext-dom": "*",
"ext-intl": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-pcre": "*",
"ext-session": "*",
"ext-sodium": "*",
"ext-tokenizer": "*",
"ext-xml": "*",
"composer-runtime-api": "^2.1",
"bacon/bacon-qr-code": "^3.1.1",
"christian-riesen/base32": "^1.6",
"composer/semver": "^3.4",
"doctrine/dbal": "~4.4.3",
"doctrine/lexer": "^3.0.1",
"egulias/email-validator": "^4.0",
"enshrined/svg-sanitize": "~0.22",
"firebase/php-jwt": "^6.10.2 || ^7.0.5",
"guzzlehttp/guzzle": "^7.9.2",
"guzzlehttp/psr7": "^2.9.0",
"lolli42/finediff": "^1.1.2",
"masterminds/html5": "^2.10.0",
"psr/container": "^2.0",
"psr/event-dispatcher": "^1.0",
"psr/http-client": "^1.0.3",
"psr/http-factory": "^1.1.0",
"psr/http-message": "^1.1 || ^2.0",
"psr/http-server-handler": "^1.0",
"psr/http-server-middleware": "^1.0",
"psr/log": "^3.0.1",
"symfony/config": "^7.4.8",
"symfony/console": "^7.4.8",
"symfony/dependency-injection": "^7.4.8",
"symfony/doctrine-messenger": "^7.4.6",
"symfony/event-dispatcher-contracts": "^3.6.0",
"symfony/expression-language": "^7.4.8",
"symfony/filesystem": "^7.4.8",
"symfony/finder": "^7.4.8",
"symfony/http-foundation": "^7.4.8",
"symfony/mailer": "^7.4.8",
"symfony/messenger": "^7.4.8",
"symfony/mime": "^7.4.8",
"symfony/options-resolver": "^7.4.8",
"symfony/polyfill-php83": "^1.36.0",
"symfony/process": "^7.4.8",
"symfony/rate-limiter": "^7.4.8",
"symfony/routing": "^7.4.8",
"symfony/translation": "^7.4.8",
"symfony/uid": "^7.4.8",
"symfony/yaml": "^7.4.8",
"typo3/class-alias-loader": "^2.0.1",
"typo3/cms-cli": "^3.1.3",
"typo3/cms-composer-installers": "^5.0.2",
"typo3/html-sanitizer": "^2.2.0",
"typo3fluid/fluid": "^5.3.1"
},
"suggest": {
"ext-apcu": "Needed when non-default APCU based cache backends are used",
"ext-exif": "Used to extract exif metadata 'Orientation' of uploaded images",
"ext-fileinfo": "Used for proper file type detection in the file abstraction layer",
"ext-gd": "GDlib/Freetype is required for building images with text (GIFBUILDER) and can also be used to scale images",
"ext-mysqli": "",
"ext-openssl": "OpenSSL is required for sending SMTP mails over an encrypted channel endpoint",
"ext-zip": "",
"ext-zlib": "TYPO3 uses zlib for resource compression and un/packing t3x extension files"
},
"conflict": {
"hoa/core": "*",
"typo3/cms": "*"
},
"replace": {
"typo3/cms-lang": "self.version",
"typo3/cms-saltedpasswords": "self.version",
"typo3/cms-sv": "self.version"
},
"provide": {
"psr/http-factory-implementation": "1.0",
"psr/http-message-implementation": "1.0"
},
"extra": {
"branch-alias": {
"dev-main": "15.0.x-dev"
},
"typo3/cms": {
"Package": {
"serviceProvider": "TYPO3\\CMS\\Core\\ServiceProvider",
"protected": true,
"partOfFactoryDefault": true,
"partOfMinimalUsableSystem": true
},
"extension-key": "core"
},
"typo3/class-alias-loader": {
"class-alias-maps": [
"Migrations/Code/ClassAliasMap.php"
]
}
},
"autoload": {
"psr-4": {
"TYPO3\\CMS\\Core\\": "Classes/"
},
"classmap": [
"DeprecatedClasses/ext-install/"
],
"files": [
"Resources/PHP/GlobalDebugFunctions.php"
]
}
}