566 Commits (f65b34860fc9d49b9d7758fefe1c01888293fd55)
 

Author SHA1 Message Date
François Pluchino f65b34860f Merge branch 'test'
Conflicts:
	src/Composer/Downloader/FileDownloader.php
	src/Composer/Repository/Vcs/HgBitbucketDriver.php
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
Wil Moore III e39f6e1587 added callout note to manual install section 13 years ago
Wil Moore III 4dc89c7940 updated homebrew install/upgrade info based on changes to formula 13 years ago
Wil Moore III 752e4cc11f updated homebrew install/upgrade info based on changes to formula 13 years ago
Nils Adermann 35c62f67be Merge pull request #174 from Seldaek/lockdetect
Detect lock file changes and warn users on install, fixes #75
13 years ago
Jordi Boggiano 9630f44922 Fix errors in case packages is empty 13 years ago
Jordi Boggiano 56e43e4397 Add tests 13 years ago
Jordi Boggiano 462ebdf752 Detect lock file changes and warn users on install, fixes #75 13 years ago
Wil Moore III 8b3af6231f forgot the closing tick 13 years ago
Wil Moore III bb5c2ad06c added a blurb to the README regarding installing composer via homebrew. 13 years ago
Nils Adermann 855b1cb9d3 Merge pull request #173 from Seldaek/update
Fix update, fixes #125
13 years ago
Jordi Boggiano fdef6bfca2 Add 5.3.2 to travis runs 13 years ago
Jordi Boggiano e3a2172b72 Merge pull request #184 from jalliot/proxy
Handle system proxy in file downloads
13 years ago
Jordan Alliot 3444bdae82 Check openssl extension for proxy 13 years ago
Jordan Alliot 1471b41ba8 Handle system proxy in file downloads 13 years ago
Justin Rainbow 981477dd17 New 'depends' command added
Basic command to display where a given package is referenced.
This helps in figuring out where a package is used, and even
can help in troubleshooting dependency issues.
13 years ago
Jordi Boggiano 21ab41fa2d Merge pull request #175 from fabpot/json-pretty
Use JSON_PRETTY_PRINT option when dumping JSON to help debugging
13 years ago
Fabien Potencier 90f2a9f406 Use JSON_PRETTY_PRINT option when dumping JSON to help debugging 13 years ago
Jordi Boggiano 9b2694351b Less confusing error message 13 years ago
Jordi Boggiano 6ac38f111d Fix typo 13 years ago
Jordi Boggiano 719d3074f0 Dump bin info 13 years ago
Jordi Boggiano 4a10850759 Fix output 13 years ago