TorrentPHP icon indicating copy to clipboard operation
TorrentPHP copied to clipboard

artax was moved...

Open Langmans opened this issue 11 years ago • 1 comments

Langmans avatar Dec 12 '14 18:12 Langmans

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"
    }
}

Langmans avatar Dec 12 '14 19:12 Langmans