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