1
0
Fork 0
composer/src/Composer/Downloader
Ruslan Bekenev 8c1f889806 cut out "file://" from VCS download() method
this issue was happening due to realpath() function
that cannot work with "file://" path.
For local repositories it is valid url but not valid for realpath()
2016-09-23 16:37:32 +02:00
..
ArchiveDownloader.php Make sure cache clearing works easily in all cases 2016-02-10 15:36:42 +00:00
ChangeReportInterface.php CS fixes 2013-10-11 20:12:45 -03:00
DownloadManager.php Fix CS 2016-02-29 15:05:11 +00:00
DownloaderInterface.php add support for --no-progress, fixes #621 2012-12-11 20:30:09 +06:00
DvcsDownloaderInterface.php Fix CS 2016-02-29 15:05:11 +00:00
FileDownloader.php Fixes for implicit variable declarations, return type mismatches and invalid method declarations. 2016-02-27 23:39:57 +01:00
FilesystemException.php Fix type errors 2016-01-09 17:59:22 +00:00
FossilDownloader.php Fix fossil update 2016-06-25 13:09:02 +12:00
GitDownloader.php Make it clear that a package is cloned from source, fixes #5489 2016-07-19 00:50:09 +02:00
GzipDownloader.php Guard against mbstring func_overload, fixes #5218 2016-04-19 15:44:13 +01:00
HgDownloader.php use version parser in vcs downloader 2016-05-12 21:21:50 -04:00
PathDownloader.php cleaner implementation of status output with support for path repositories 2016-05-12 21:11:48 -04:00
PearPackageExtractor.php Fix CS 2015-09-28 10:53:24 +01:00
PerforceDownloader.php Fixes for implicit variable declarations, return type mismatches and invalid method declarations. 2016-02-27 23:39:57 +01:00
PharDownloader.php CS fixes 2012-05-28 01:58:49 +02:00
RarDownloader.php Unified all Windows tests throughout the code. 2016-02-03 22:39:16 +01:00
SvnDownloader.php use version parser in vcs downloader 2016-05-12 21:21:50 -04:00
TarDownloader.php CS fixes 2012-05-28 01:58:49 +02:00
TransportException.php Add support for if-modified-since on lazy repos and turning packagist into a lazy provider repo 2016-01-18 14:03:10 +00:00
VcsCapableDownloaderInterface.php cleaner implementation of status output with support for path repositories 2016-05-12 21:11:48 -04:00
VcsDownloader.php cut out "file://" from VCS download() method 2016-09-23 16:37:32 +02:00
XzDownloader.php Avoid doing too many loads of the remotefilesystem 2016-01-10 20:06:10 +00:00
ZipDownloader.php Prefer ZipArchive over unzip on Windows 2016-03-11 11:07:36 +01:00