J7mbo / TorrentPHP

Provides a simple-to-use object oriented interface for interacting with torrent clients.
Other
41 stars 16 forks source link

artax was moved... #2

Open Langmans opened 9 years ago

Langmans commented 9 years ago

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