generated from FriendsOfREDAXO/rex_repo_template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
54 lines (54 loc) · 1.52 KB
/
composer.json
File metadata and controls
54 lines (54 loc) · 1.52 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
{
"name": "klxm/redaxo-code-editor",
"description": "REDAXO Code Editor AddOn - Emergency file editor with Monaco Editor integration",
"type": "redaxo-addon",
"license": "MIT",
"authors": [
{
"name": "Friends Of REDAXO",
"homepage": "https://github.com/FriendsOfREDAXO"
}
],
"autoload": {
"psr-4": {
"FriendsOfRedaxo\\Code\\": "lib/"
}
},
"require": {
"php": ">=8.1"
},
"extra": {
"redaxo": {
"name": "code",
"version": "1.5.0"
}
},
"replace": {
"enshrined/svg-sanitize": "*",
"erusev/parsedown": "*",
"erusev/parsedown-extra": "*",
"filp/whoops": "*",
"lbuchs/webauthn": "*",
"phpmailer/phpmailer": "*",
"psr/container": "*",
"psr/http-message": "*",
"psr/log": "*",
"ramsey/http-range": "*",
"symfony/console": "*",
"symfony/http-foundation": "*",
"symfony/var-dumper": "*",
"symfony/yaml": "*",
"voku/anti-xss": "*",
"voku/portable-utf8": "*",
"symfony/polyfill-ctype": "*",
"symfony/polyfill-iconv": "*",
"symfony/polyfill-intl-grapheme": "*",
"symfony/polyfill-intl-normalizer": "*",
"symfony/polyfill-mbstring": "*",
"symfony/polyfill-php72": "*",
"symfony/polyfill-php73": "*",
"symfony/polyfill-php74": "*",
"symfony/polyfill-php80": "*",
"symfony/polyfill-php81": "*"
}
}