mirror of
https://github.com/OPSnet/bencode-torrent.git
synced 2026-01-16 20:04:48 -05:00
26 lines
608 B
JSON
26 lines
608 B
JSON
{
|
|
"type": "library",
|
|
"name": "orpheusnet/bencode-torrent",
|
|
"description": "PHP Library for decoding and encoding BitTorrent BEncoded data, built for Gazelle",
|
|
"license": "Unlicense",
|
|
"authors": [
|
|
{
|
|
"name": "Orpheus",
|
|
"email": "noreply@orpheus.network"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"OrpheusNET\\BencodeTorrent\\": "src/"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": "^7"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^6|^7",
|
|
"squizlabs/php_codesniffer": "3.*",
|
|
"ext-mbstring": "^7"
|
|
}
|
|
}
|