mirror of
https://github.com/torrentpier/torrentpier.git
synced 2025-01-07 03:29:48 -08:00
17a320b7c8
* Refactored cache drivers 🗃 * Updated * Update APCu.php * Update APCu.php * Update APCu.php * Update APCu.php * Update APCu.php * Update Redis.php * Update Redis.php * Updated * Update * Updated * Update config.php * Updated * Updated * Updated * Updated * Update config.php * Updated * Update composer.lock * Delete composer.lock * Create composer.lock * Update composer.lock * Update common.php * Update File.php * Updated * Update Sqlite.php * Update common.php * Update Redis.php * Updated * Update common.php * Updated
77 lines
1.9 KiB
JSON
77 lines
1.9 KiB
JSON
{
|
|
"name": "torrentpier/torrentpier",
|
|
"description": "TorrentPier. Bull-powered BitTorrent tracker engine",
|
|
"type": "project",
|
|
"keywords": [
|
|
"bittorrent",
|
|
"forum",
|
|
"torrent",
|
|
"tracker"
|
|
],
|
|
"homepage": "https://github.com/torrentpier",
|
|
"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",
|
|
"arokettu/bencode": "^4.1.0",
|
|
"arokettu/monsterid": "^4.0",
|
|
"arokettu/torrent-file": "^5.2.1",
|
|
"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",
|
|
"jacklul/monolog-telegram": "^3.1",
|
|
"josantonius/cookie": "^2.0",
|
|
"league/flysystem": "^3.28",
|
|
"longman/ip-tools": "1.2.1",
|
|
"matthiasmullie/scrapbook": "^1.5",
|
|
"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,
|
|
"allow-plugins": {
|
|
"php-http/discovery": true
|
|
}
|
|
},
|
|
"minimum-stability": "stable",
|
|
"prefer-stable": true
|
|
}
|