mirror of
https://github.com/OPSnet/Gazelle.git
synced 2026-01-16 18:04:34 -05:00
61 lines
1.4 KiB
JSON
61 lines
1.4 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
|
|
},
|
|
"require": {
|
|
"php": "^8.2",
|
|
"ext-curl": "*",
|
|
"ext-json": "*",
|
|
"ext-mysqli": "*",
|
|
"ext-openssl": "*",
|
|
"d11wtq/boris": "^v1.0.10",
|
|
"doersf/bitcoin-php": "^2.0",
|
|
"endroid/qr-code": "^5.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.13.0",
|
|
"robmorgan/phinx": "^0.12.13",
|
|
"robthree/twofactorauth": "^1.8.2",
|
|
"twig/twig": "^2.15.4",
|
|
"whichbrowser/parser": "^2.1.7"
|
|
},
|
|
"require-dev": {
|
|
"phpstan/phpstan": "^1.10",
|
|
"phpunit/phpcov": "^9.0",
|
|
"phpunit/php-code-coverage": "^10",
|
|
"phpunit/phpunit": "^10",
|
|
"rector/rector": "^0.19",
|
|
"squizlabs/php_codesniffer": "^3"
|
|
},
|
|
"scripts": {
|
|
"phpstan": "phpstan analyse",
|
|
"test": [
|
|
"Composer\\Config::disableProcessTimeout",
|
|
"phpunit -c misc/phpunit.xml"
|
|
]
|
|
}
|
|
}
|