mirror of
https://github.com/OPSnet/Gazelle.git
synced 2026-01-16 18:04:34 -05:00
51 lines
1.0 KiB
JSON
51 lines
1.0 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": ">=7.3",
|
|
"ext-curl": "*",
|
|
"ext-json": "*",
|
|
"ext-mysqli": "*",
|
|
"d11wtq/boris": "^1.0",
|
|
"endroid/qr-code": "^3.9",
|
|
"maennchen/zipstream-php": "^2.1",
|
|
"orpheusnet/bencode-torrent": "^1.1.0",
|
|
"orpheusnet/logchecker": "^0.9.4",
|
|
"robmorgan/phinx": "^0.11.0",
|
|
"twig/twig": "^2.12",
|
|
"vinkla/hashids": "^8.1",
|
|
"whichbrowser/parser": "^2.0"
|
|
},
|
|
"require-dev": {
|
|
"phpstan/phpstan": "^0.12.48",
|
|
"phpunit/phpunit": "^9.4",
|
|
"squizlabs/php_codesniffer": "^3.5"
|
|
},
|
|
"scripts": {
|
|
"test": "phpunit",
|
|
"phpstan": "phpstan analyse"
|
|
}
|
|
}
|