forked from mantisbt/mantisbt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
42 lines (42 loc) · 1.06 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
{
"name": "mantisbt/mantisbt",
"description": "Mantis Bug Tracker",
"type": "project",
"require": {
"php": "^7.4 || ^8.0",
"ext-mbstring": "*",
"ext-json": "*",
"slim/slim": "^3.0",
"guzzlehttp/guzzle": "^7.5",
"vboctor/disposable_email_checker": "^3.0",
"adodb/adodb-php": "^5.22",
"phpmailer/phpmailer": "~6.0",
"erusev/parsedown": "^1.7.4",
"ezyang/htmlpurifier": "^4.14",
"dapphp/securimage": "dev-mantis"
},
"require-dev": {
"ext-zip": "*",
"phpunit/phpunit": "^9.6"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/mantisbt/securimage",
"no-api": true
}
],
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "MantisBT Team",
"email": "[email protected]",
"homepage": "https://www.mantisbt.org"
}
],
"config": {
"platform": {
"php": "7.4.33"
}
}
}