You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ben Bieker 0e6f3834ec Added an SvnDownloader
The Svn Downloader can be used like the already implemented
GitDownloader, for example

{
    "name": "my-project",
    "version": "1.0.0",
    "repositories": {
        "MyRepo": {
            "package": {
                "name": "mypackage",
                "version": "2.0",
                "source": {
                    "url": "https://repo.com/svnrepo",
                    "type": "svn",
                    "reference": "tags/v2.0"
                }
            }
        }
    },
    "require": {
        "mypackage": "2.0"
    }
}
13 years ago
..
Util Refactor downloaders, git installs actually work well now 13 years ago
DownloadManager.php Add --dev flag to InstallCommand to do source installs, fixes #26 13 years ago
DownloaderInterface.php refactored DownloaderInterface to be mono-installation-type 13 years ago
FileDownloader.php Merge remote-tracking branch 'chEbba/tar-phar-downloader' 13 years ago
GitDownloader.php OpenSSL is not required to clone git repos 13 years ago
HgDownloader.php Previous change was wrong... We want to update to a specific version, so hg pull -u won't work. 13 years ago
PearDownloader.php Fixes in PEAR support 13 years ago
PharDownloader.php Add todo for signed phars 13 years ago
SvnDownloader.php Added an SvnDownloader 13 years ago
TarDownloader.php Add Tar and Phar downloaders 13 years ago
ZipDownloader.php Use `RuntimeException` instead of `UnexpectedValueException` when zip extension is not enabled 13 years ago