639 Commits (d3d16789d0fa6dd98e770f5b6827089442ed379a)
 

Author SHA1 Message Date
Jordi Boggiano bfe28905d0 Fix formatting and make pretty-printing optional 13 years ago
Justin Rainbow 447230d77a Extracting JsonFile additions for prettifying JSON 13 years ago
Jordi Boggiano f273b436cc Merge pull request #212 from stof/find_packages_tests
Find packages tests
13 years ago
Christophe Coevoet bca786d5c3 Fixed the tests
array_filter preserves the keys even when filtering an array indexed
numerically.
13 years ago
Christophe Coevoet 38a5f04ea0 Added a test for the new findPackagesByName method 13 years ago
Jordi Boggiano 05c84e9dfd Merge pull request #208 from stof/find_packages
Find packages
13 years ago
Christophe Coevoet bd1d20b2c9 Fixed CS 13 years ago
François Pluchino 0f9dcc9618 Remplace all echo with writeln method of IO 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
Christophe Coevoet 1fdb7aef56 Changed the ShowCommand to use the new method 13 years ago
Christophe Coevoet fc17e26bc3 Added a method to find packages by name 13 years ago
Jordi Boggiano 098ba8e583 Add test 13 years ago
Jordi Boggiano 8b1b4527bd Fix code coverage report, fixes #205 13 years ago
Jordi Boggiano cc1dbbc36f Add --link-type option to select link types in DependsCommand 13 years ago
Beau Simensen fd5124a632 Standards fixes per @stof (continued, my bad) 13 years ago
Beau Simensen 2d721f5792 Standards fixes per @stof 13 years ago
Beau Simensen e8fcf281fa Autoload Generator handles multiple PSR-0 paths
The Autoload Generator was not behaving exactly as expected.
This PR is an alternate version of #203 based on some of
@stof's input on that PR.

The main differences are:

 * The main package is added first instead of last
 * parseAutoloads returns a different structure:
     array('psr-0' => array('Ns\\Foo' => array('installDir')))
 * dump and createLoader updated to account for new structure
13 years ago
Jordi Boggiano 2f3b188d5f Merge pull request #202 from henrikbjorn/patch-1
Update README.md
13 years ago
Henrik Bjørnskov 9fcf01695c Update README.md 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
Mark Sonnabaum 045ae0e5ce Added "-d detect_unicode=0" to the php shebang to work around https://bugs.php.net/bug.php?id=36711. 13 years ago
Jordi Boggiano 91a4e5209a Merge pull request #199 from hhamon/dead_code_cleanup
Dead code cleanup
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
Hugo Hamon 09f0ba6604 [Repository] removed unused local $match variable from HgBitbucketDriver::supports() method. 13 years ago
Hugo Hamon 70d7ab43ee [Repository] removed unused local $match variable from GitHubDriver::supports() method. 13 years ago
Hugo Hamon 7842149a51 [Repository] removed unused local $match variable from GitBitbucketDriver::supports() method. 13 years ago
Hugo Hamon 66f214e446 [Repository] removed unused $requires local variable from PearRepository::fetchFromServer() method. 13 years ago
Hugo Hamon 488928b9b5 [Package] removed unused local $key variable from VersionParser::parseConstraints() method. 13 years ago
Hugo Hamon 2d1ad6ca32 [Package] removed unused local $repositories variable from RootPackageLoader::load() method. 13 years ago
Hugo Hamon 535455606b [Downloader] fixed incorrect variable name in FileDownloader class. 13 years ago
Hugo Hamon 9acbb0c026 [DependencyResolver] removed unused local variables and fixed some wrong local variable names in Solver class. 13 years ago
Hugo Hamon 747abf6843 [Command] removed unused local variable $composer in UpdateCommand::execute() method. 13 years ago
Hugo Hamon c993f3e92d [Command] removed unused local $recommendedDependencies variable in DependsCommand::getReferences() method. 13 years ago
François Pluchino cad1497b95 Keep history action on download 13 years ago
François Pluchino 86070a8b6e Replace getHttpSupport() to getScheme() 13 years ago
François Pluchino 9b0e50cdc2 Restore the old regex 13 years ago
François Pluchino 9c7e7a2c4a Remove comment 13 years ago
François Pluchino 395e2e040d Add callback download informations 13 years ago
François Pluchino 2f0162053d Add OutputConsole and format the download output 13 years ago
François Pluchino 013d145bcd Add InputInterface and OutputInterface 13 years ago
François Pluchino fa793649fa Add a VcsDriver abstract class.
All XxxDriver extends this abstract class now.
13 years ago
Jordi Boggiano 3d52798c0f Merge pull request #192 from biozshock/master
After mesage "Installing dependencies" composer dies silently.
13 years ago
Jordi Boggiano 83a106bd79 Add recommends and package versions to the depends command 13 years ago
Jordi Boggiano 81d80b2a04 Merge remote-tracking branch 'justinrainbow/depends_command' 13 years ago
Artem Lopata (bumz) de066de198 Fix for composer. When running update/install command it's just do nothing, except writing "Installing dependencies" 13 years ago
Jordi Boggiano 126c57d07c Fix notice 13 years ago
Jordi Boggiano f700724eaf Adjust README, refs #188 13 years ago
Jordi Boggiano 9aa128d6e7 Merge pull request #188 from wilmoore/homebrew-install
Homebrew install
13 years ago