forked from Admidio/admidio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
40 lines (40 loc) · 1.26 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
{
"name": "admidio/admidio",
"description": "Admidio is a free open source user management system for websites of organizations and groups.",
"version": "4.1.3",
"type": "project",
"keywords": ["admidio", "management", "organizations"],
"license": "GPL-2.0",
"homepage": "https://www.admidio.org/",
"config": {
"vendor-dir": "adm_program/libs/server",
"platform": {
"php": "7.2.0"
}
},
"require": {
"php": "^7.2 || ^8.0",
"ext-gd": "*",
"ext-pdo": "*",
"ext-zip": "*",
"bjeavons/zxcvbn-php": "^1.2.0",
"dapphp/securimage": "^3.6",
"ezyang/htmlpurifier": "^4.14",
"monolog/monolog": "^2.0",
"phpmailer/phpmailer": "^6.4",
"phpoffice/phpspreadsheet": "^1.18",
"ramsey/uuid": "^4.1",
"smarty/smarty": "^3.1",
"tecnickcom/tcpdf": "^6.2"
},
"require-dev": {},
"suggest": {
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes",
"ext-mbstring": "",
"ext-pdo_mysql": "For MySQL/MariaDB database support",
"ext-pdo_pgsql": "For PostgreSQL database support"
},
"autoload": {
"classmap": ["adm_program/system/classes/"]
}
}