-
-
Notifications
You must be signed in to change notification settings - Fork 48
/
Copy pathcomposer.json
45 lines (43 loc) · 1.19 KB
/
composer.json
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
{
"description": "Fusion CMS",
"name": "fusionwowcms/fusioncms",
"license": "GPL-3.0-or-later",
"type": "project",
"homepage": "https://github.com/FusionWowCMS/FusionCMS",
"support": {
"discord": "https://discord.gg/tnWTkZ7akZ",
"source": "https://github.com/FusionWowCMS/FusionCMS"
},
"autoload": {
"psr-4": {
"CodeIgniter\\": "system/"
}
},
"require": {
"php": ">=8.3",
"ext-curl": "*",
"ext-mysqli": "*",
"ext-openssl": "*",
"ext-soap": "*",
"ext-mbstring": "*",
"ext-json": "*",
"ext-zip": "*",
"ext-zlib": "*",
"ext-libxml": "*",
"ext-dom": "*",
"ext-gmp": "*",
"ext-gd": "*",
"ext-intl": "*",
"fusion-cms/mx": "^2.0",
"monolog/monolog": "^2.8",
"psr/log": "^1.1",
"ezyang/htmlpurifier": "^4.16",
"smarty/smarty": "^5.0",
"matthiasmullie/minify": "^1.3",
"fusion-cms/auto-updater": "^1.0",
"fusion-cms/rest-api-sdk-php": "^2.0",
"chillerlan/php-qrcode": "^5.0",
"laminas/laminas-escaper": "^2.6",
"kint-php/kint": "^6.0"
}
}