forked from flyspray/flyspray
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 733 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 733 Bytes
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
{
"name": "flyspray/flyspray",
"type": "application",
"description": "The Flyspray bug tracking system.",
"keywords": ["bug","bugs","tracker","issue","issues", "web"],
"homepage": "http://flyspray.org",
"license": "",
"require": {
"swiftmailer/swiftmailer": "@stable",
"adodb/adodb-php": "5.*",
"jamiebicknell/Sparkline": "1.*",
"league/oauth2-client": "@dev"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/jamiebicknell/Sparkline"
}
],
"autoload": {
"classmap": ["includes"],
"files": ["includes/utf8.inc.php"],
"psr-4": {
"Flyspray\\": "src/"
}
}
}