forked from mantisbt/mantisbt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
58 lines (58 loc) · 1.55 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
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "mantisbt/mantisbt",
"description": "Mantis Bug Tracker",
"type": "project",
"require": {
"php": "^7.0 || ^8.0",
"ext-mbstring": "*",
"ext-json": "*",
"slim/slim": "^3.0",
"guzzlehttp/guzzle": "^6.2",
"vboctor/disposable_email_checker": "^3.0",
"adodb/adodb-php": "^5.20.21",
"phpmailer/phpmailer": "~6.0",
"erusev/parsedown": "^1.7.0, <=1.7.3",
"ezyang/htmlpurifier": "^4.14",
"dapphp/securimage": "dev-mantis"
},
"require-dev": {
"phpunit/phpunit": "dev-mantis-6.5",
"phpunit/php-code-coverage": "@dev",
"phpunit/php-file-iterator": "@dev"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/mantisbt/securimage",
"no-api": true
},
{
"type": "vcs",
"url": "https://github.com/mantisbt/phpunit",
"no-api": true
},
{
"type": "vcs",
"url": "https://github.com/mantisbt/php-code-coverage",
"no-api": true
},
{
"type": "vcs",
"url": "https://github.com/mantisbt/php-file-iterator",
"no-api": true
}
],
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "MantisBT Team",
"email": "mantisbt-dev@lists.sourceforge.net",
"homepage": "https://www.mantisbt.org"
}
],
"config": {
"platform": {
"php": "7.0.0"
}
}
}