mirror of
https://github.com/torrentpier/torrentpier.git
synced 2024-12-17 01:21:18 -08:00
7beb4afa72
* Some improvements for Ban functionality * Updated * Updated * Update functions.php * Updated * Update viewprofile.php * Update viewtopic.php * Updated * Updated * Updated * Updated * Update mysql.sql * Updated * Updated
77 lines
1.8 KiB
JSON
77 lines
1.8 KiB
JSON
{
|
|
"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": "admin@torrentpier.com",
|
|
"homepage": "https://github.com/Exileum",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "belomaxorka",
|
|
"email": "roman25052006.kelesh@gmail.com",
|
|
"homepage": "https://github.com/belomaxorka",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "kovalensky",
|
|
"email": "kovalensky@evergarden.ru",
|
|
"homepage": "https://github.com/kovalensky",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"support": {
|
|
"email": "support@torrentpier.com",
|
|
"issues": "https://github.com/torrentpier/torrentpier/issues",
|
|
"forum": "https://torrentpier.com"
|
|
},
|
|
"require": {
|
|
"php": "^8.1",
|
|
"ext-mysqli": "*",
|
|
"ext-mbstring": "*",
|
|
"ext-json": "*",
|
|
"ext-bcmath": "*",
|
|
"ext-intl": "*",
|
|
"ext-xml": "*",
|
|
"ext-xmlwriter": "*",
|
|
"ext-curl": "*",
|
|
"arokettu/bencode": "^4.1.0",
|
|
"bugsnag/bugsnag": "^v3.29.1",
|
|
"claviska/simpleimage": "^4.0",
|
|
"egulias/email-validator": "^4.0.1",
|
|
"filp/whoops": "^2.15",
|
|
"gigablah/sphinxphp": "2.0.8",
|
|
"google/recaptcha": "^1.3",
|
|
"josantonius/cookie": "^2.0",
|
|
"longman/ip-tools": "1.2.1",
|
|
"monolog/monolog": "^3.4",
|
|
"samdark/sitemap": "2.4.1",
|
|
"symfony/mailer": "^6.3",
|
|
"vlucas/phpdotenv": "^5.5"
|
|
},
|
|
"require-dev": {
|
|
"symfony/var-dumper": "^6.3"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TorrentPier\\": "src/"
|
|
}
|
|
},
|
|
"config": {
|
|
"sort-packages": true,
|
|
"optimize-autoloader": true
|
|
},
|
|
"minimum-stability": "stable",
|
|
"prefer-stable": true
|
|
}
|