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.
Henrik Bjørnskov 782c6303bc Initial GitLab Driver
This is a proof of concept, and mostly done to gather feedback on the
structure of the driver and to see if this is something that Composer
should include in core.

Various review changes based on Stof comments.

* Remove cleanup() as it is implemented by the abstract class.
* Remove wrong comment in getReferences
* Implement getSource (as GitHubDriver does)
* Finish phpDocs for methods.
9 years ago
..
Autoload Implement writeError throughout Composer 9 years ago
Command Add parallel build to travis script 11 years ago
Config composer config repositories.packagist false 10 years ago
DependencyResolver add --prefer-lowest-stable to update command 10 years ago
Downloader Implement writeError throughout Composer 9 years ago
EventDispatcher Implement writeError throughout Composer 9 years ago
Fixtures Fix tests 9 years ago
IO Implement writeError throughout Composer 9 years ago
Installer Clean up event dispatching code and make package events extend installer events 10 years ago
Json strict check, testcase(s) 10 years ago
Mock CS fixes 9 years ago
Package CS fixes 9 years ago
Plugin PluginManager refactoring, fixes #3550 10 years ago
Repository Initial GitLab Driver 9 years ago
Util overwrite -> overwriteError 9 years ago
AllFunctionalTest.php Raise timeout to 5 minutes 10 years ago
ApplicationTest.php Implement writeError throughout Composer 9 years ago
CacheTest.php Fix tests again.. 10 years ago
ComposerTest.php Fail over from source to dist and vice versa when downloads fail 11 years ago
ConfigTest.php Fix error handling for incorrect "repositories" array 10 years ago
InstallerTest.php Implement writeError throughout Composer 9 years ago