1
0
Fork 0
composer/src/Composer/Downloader
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"
    }
}
2011-11-17 16:56:01 +01:00
..
Util Refactor downloaders, git installs actually work well now 2011-09-29 00:48:52 +02:00
DownloadManager.php Add --dev flag to InstallCommand to do source installs, fixes #26 2011-10-30 20:59:41 +01:00
DownloaderInterface.php refactored DownloaderInterface to be mono-installation-type 2011-09-29 04:11:51 +03:00
FileDownloader.php Merge remote-tracking branch 'chEbba/tar-phar-downloader' 2011-11-15 11:20:47 +01:00
GitDownloader.php OpenSSL is not required to clone git repos 2011-11-15 13:34:13 +01:00
HgDownloader.php Previous change was wrong... We want to update to a specific version, so hg pull -u won't work. 2011-11-12 12:05:27 +01:00
PearDownloader.php Fixes in PEAR support 2011-11-06 20:24:52 +01:00
PharDownloader.php Add todo for signed phars 2011-09-30 22:58:58 +04:00
SvnDownloader.php Added an SvnDownloader 2011-11-17 16:56:01 +01:00
TarDownloader.php Add Tar and Phar downloaders 2011-09-30 01:07:17 +04:00
ZipDownloader.php Use `RuntimeException` instead of `UnexpectedValueException` when zip extension is not enabled 2011-11-14 23:05:08 +01:00