TorrentPHP
TorrentPHP copied to clipboard
artax was moved...
I had to use the following code for my composer.json file:
{
"repositories": [
{
"type": "vcs",
"url": "http://github.com/rubenvincenten/torrentphp"
}
],
"require": {
"amphp/artax":"dev-master@dev",
"j7mbo/torrent-php": "dev-patch-1@dev",
"digitalnature/php-ref": "*@dev"
}
}