forked from torrentpier/torrentpier
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
60 lines (60 loc) · 1.42 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
59
60
{
"name": "torrentpier/torrentpier",
"description": "TorrentPier. Bull-powered BitTorrent tracker engine",
"type": "project",
"keywords": [
"bittorrent",
"forum",
"torrent",
"tracker"
],
"homepage": "https://torrentpier.com/",
"license": "MIT",
"authors": [
{
"name": "Exile",
"email": "[email protected]",
"homepage": "https://github.com/Exileum",
"role": "Developer"
},
{
"name": "Diolektor",
"homepage": "https://github.com/VasyOk",
"role": "Developer"
},
{
"name": "PheRum",
"homepage": "https://github.com/PheRum",
"role": "Developer"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/torrentpier/torrentpier/issues",
"forum": "https://torrentpier.com/forum/",
"docs": "https://docs.torrentpier.com/"
},
"require": {
"php": "^7.1.3",
"bugsnag/bugsnag": "3.13.0",
"filp/whoops": "^2.2.0",
"gigablah/sphinxphp": "2.0.8",
"google/recaptcha": "1.1.3",
"longman/ip-tools": "1.2.1",
"rych/bencode": "1.0.0",
"samdark/sitemap": "2.2.0",
"swiftmailer/swiftmailer": "6.0.2",
"symfony/dotenv": "4.1.0",
"symfony/var-dumper": "4.1.0"
},
"require-dev": {
"roave/security-advisories": "dev-master"
},
"autoload": {
"psr-4": {
"TorrentPier\\": "src/"
}
},
"minimum-stability": "stable",
"prefer-stable": true
}