mirror of
https://github.com/OPSnet/Gazelle.git
synced 2026-01-16 18:04:34 -05:00
58 lines
1.5 KiB
JSON
58 lines
1.5 KiB
JSON
{
|
|
"name": "orpheusnet/gazelle",
|
|
"description": "Web framework for private BitTorrent trackers using Ocelot",
|
|
"type": "project",
|
|
"license": "Unlicense",
|
|
"authors": [
|
|
{ "name": "What.CD" },
|
|
{ "name": "Apollo" },
|
|
{ "name": "Orpheus" }
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Gazelle\\": "app/"
|
|
},
|
|
"classmap": ["classes/"]
|
|
},
|
|
"config": {
|
|
"sort-packages": true,
|
|
"allow-plugins": {
|
|
"phpstan/extension-installer": true
|
|
}
|
|
},
|
|
"require": {
|
|
"php": "^8.4",
|
|
"ext-curl": "*",
|
|
"ext-gmp": "*",
|
|
"ext-iconv": "*",
|
|
"ext-json": "*",
|
|
"ext-mysqli": "*",
|
|
"ext-openssl": "*",
|
|
"d11wtq/boris": "^v1.0.10",
|
|
"endroid/qr-code": "^6.0",
|
|
"hashids/hashids": "^5.0",
|
|
"maennchen/zipstream-php": "^3.1",
|
|
"monero-integrations/monerophp": "dev-master#25d4c5838b35cbf1fb55170b831e895681a7410a",
|
|
"orpheusnet/bencode-torrent": "^1.3.0",
|
|
"orpheusnet/logchecker": "^0.14.1",
|
|
"protonlabs/bitcoin": "^1.0",
|
|
"robmorgan/phinx": "^0.16",
|
|
"robthree/twofactorauth": "^1.8.2",
|
|
"sad_spirit/pg_wrapper": "^3",
|
|
"twig/twig": "^3.20",
|
|
"whichbrowser/parser": "^2.1.8"
|
|
},
|
|
"require-dev": {
|
|
"brianium/paratest": "^7.9",
|
|
"phpmd/phpmd": "@stable",
|
|
"phpstan/phpstan": "^2.1",
|
|
"phpstan/extension-installer": "^1.4",
|
|
"phpstan/phpstan-strict-rules": "^2.0",
|
|
"phpunit/phpcov": "^11",
|
|
"phpunit/php-code-coverage": "^12",
|
|
"phpunit/phpunit": "^12",
|
|
"rector/rector": "^2.1",
|
|
"squizlabs/php_codesniffer": "^3.12"
|
|
}
|
|
}
|