forked from mantisbt/mantisbt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
36 lines (36 loc) · 893 Bytes
/
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
{
"name": "mantisbt/mantisbt",
"description": "Mantis Bug Tracker",
"type": "project",
"require": {
"slim/slim": "^3.0",
"guzzlehttp/guzzle": "^6.2",
"vboctor/disposable_email_checker": "^3.0",
"adodb/adodb-php": "^5.20",
"phpmailer/phpmailer": "~6.0",
"erusev/parsedown": "^1.7.0",
"dapphp/securimage": "dev-mantis"
},
"require-dev": {
"phpunit/phpunit": "^4.8"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/mantisbt/securimage"
}
],
"license": "GPL v2",
"authors": [
{
"name": "MantisBT Team",
"email": "[email protected]",
"homepage": "https://www.mantisbt.org"
}
],
"config": {
"platform": {
"php": "5.5.0"
}
}
}