mirror of
https://github.com/torrentpier/torrentpier.git
synced 2024-12-14 08:01:14 -08:00
c3d6d62a82
* Improved TorrServer integration * Updated * Update showm3u.php * Update showm3u.tpl * Updated * Update showm3u.php * Updated * Updated * Updated * Update showm3u.php * Update showm3u.tpl * Update main.php * Updated * Update show_m3u.php * Update * Update show_m3u.tpl * Update show_m3u.tpl * Updated * Updated * Update displaying_torrent.php * Update show_m3u.php * Updated * Updated * Update show_m3u.tpl * Updated * Update show_m3u.php * Updated * Update show_m3u.php * Update show_m3u.php * Update show_m3u.php * Updated * Updated * Update show_m3u.tpl * Updated * Update show_m3u.tpl * Update main.php * Updated * Updated * Updated * Update playback_m3u.php * Update playback_m3u.tpl * Update playback_m3u.tpl * Update CHANGELOG.md
94 lines
2.4 KiB
JSON
94 lines
2.4 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": "Diolektor",
|
|
"homepage": "https://github.com/diolektor",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "PheRum",
|
|
"homepage": "https://github.com/PheRum",
|
|
"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 | ^8.2 | ^8.3 | ^8.4",
|
|
"arokettu/random-polyfill": "1.0.2",
|
|
"arokettu/bencode": "^4.1.0",
|
|
"arokettu/monsterid": "dev-master",
|
|
"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",
|
|
"gemorroj/m3u-parser": "dev-master",
|
|
"php-curl-class/php-curl-class": "^11.0.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/finder": "^6.4",
|
|
"symfony/filesystem": "^6.4",
|
|
"symfony/event-dispatcher": "^6.4",
|
|
"symfony/mime": "^6.4",
|
|
"symfony/mailer": "^6.4",
|
|
"vlucas/phpdotenv": "^5.5"
|
|
},
|
|
"require-dev": {
|
|
"symfony/var-dumper": "^6.4"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TorrentPier\\": "src/"
|
|
}
|
|
},
|
|
"config": {
|
|
"sort-packages": true,
|
|
"optimize-autoloader": true,
|
|
"allow-plugins": {
|
|
"php-http/discovery": true
|
|
}
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|