38 Commits (28941f169b61defdb58a977550b4058e7636f2c5)

Author SHA1 Message Date
Jerome Tamarelle 017ebabcb5 Pass composer configuration to VcsDriver 13 years ago
Jordi Boggiano 2d49090ffd Make sure branches have proper .x suffix so that they can be parsed properly 13 years ago
Jordi Boggiano fc29487a2a Add home config key and use it to create the cache instance 13 years ago
Tiago Ribeiro 61beea3c8b Updated output when a branch is imported to show the pretty version name 13 years ago
Jordi Boggiano 6d5b4d606c Add warning in verbose mode if drivers can not be used because of missing openssl 13 years ago
Tiago Ribeiro 67885d8585 Added isDebug to IOInterface and improved debug messages for VcsRepositories 13 years ago
Jordi Boggiano ab9fc59d30 Add missing license headers 13 years ago
Jordi Boggiano bcbdb97cc6 Fix message when no composer file is found in a tag 13 years ago
Jordi Boggiano 72b7b169e7 Fix warning 13 years ago
Jordi Boggiano 950003bfc3 Reflow the VcsRepo and prevent exception leakage from breaking the parsing 13 years ago
Jordi Boggiano 1d544630b6 Allow requesting a particular vcs driver to bypass github/bitbucket ones 13 years ago
Jordi Boggiano 3e22084ea4 Overhaul VcsDrivers, introduce TransportException for remote filesystem errors 13 years ago
Jordi Boggiano 0b7ee194c6 Remove persistence of alias data, make abstract branch aliasing and keep it in composer only 13 years ago
Jordi Boggiano 1228c04984 Add support for extra.branch-alias config to remap master on 2.1.x for example 13 years ago
Jordi Boggiano c12dccd3d4 Restore quality of debug output 13 years ago
Jordi Boggiano f73c08043f Refactor VcsRepo to follow new dev model 13 years ago
Jordi Boggiano f152fe723d Allow local file system git repos & do not restrict to valid http* urls 13 years ago
Logan Aube ea05f678fd Exception mentioned PEAR repository when should be VCS, was misleading 13 years ago
François Pluchino 6d4ccaa398 Fix display overwrite() 13 years ago
Jordi Boggiano 434c9ecdeb Cleanups of IOInterface 13 years ago
François Pluchino 7888ec5313 Add Authentification in FileDownloader 13 years ago
François Pluchino a10f92aafe Convert Wrapper class to ConsoleIO class 13 years ago
François Pluchino f65b34860f Merge branch 'test'
Conflicts:
	src/Composer/Downloader/FileDownloader.php
	src/Composer/Repository/Vcs/HgBitbucketDriver.php
13 years ago
François Pluchino 9af46ad800 Add Helper Wrapper 13 years ago
Hugo Hamon 398efbb894 [Repository] removed unused local $versions variable from VcsRepository::initialize() method. 13 years ago
François Pluchino 013d145bcd Add InputInterface and OutputInterface 13 years ago
Jordi Boggiano f6b9488bf0 Move root package handling to a dedicated loader and make ArrayLoader more strict 13 years ago
Jordi Boggiano 381fcb248a Allow parsing of branches with invalid names but explicit versions in composer.json 13 years ago
Jordi Boggiano 8df7eb0475 Add SvnDriver for the VcsRepository 13 years ago
Jordi Boggiano 9f55335011 Expose the Driver of the VcsRepository 13 years ago
Jordi Boggiano 4fdc602037 Make VcsRepository drivers configurable 13 years ago
Jordi Boggiano 63d52b3e1b Minor fixes to allow branch -dev versions 13 years ago
Jordi Boggiano e6710e311c Merge remote-tracking branch 'webfactory/mercurial-support' 13 years ago
Jordi Boggiano 22a93e7273 Check we have a driver before using it 13 years ago
Per Bernhardt b969309440 Register new drivers... 13 years ago
Per Bernhardt ee4d4ee3fa Added HgDriver for the VcsRepository 13 years ago
Jordi Boggiano b6537324ef Change to GitHub API v3 and fetch default branch 13 years ago
Jordi Boggiano 4c2e8596aa Add VCS Repository and Git + GitHub drivers 13 years ago