1
0
Fork 0
composer/src/Composer
bogdan 581ce91f90 Implemented new option (ignore-missing-metadata) for composer install command
The command allows to slightly change how repository updates are handled during install

In the previous version composer failed to updated if .git|.svn|.hg folder was missing from the package
In the current version, with the option enabled, if the update fails for exactly this reason,
it'll try to remove the package completely and install it from remote
2016-02-04 03:16:39 +02:00
..
Autoload Added silencer utility to more gracefully handle error suppression without hiding errors or worse. Fixes #4203, #4683 2016-01-25 23:37:54 +01:00
Command Implemented new option (ignore-missing-metadata) for composer install command 2016-02-04 03:16:39 +02:00
Config Added silencer utility to more gracefully handle error suppression without hiding errors or worse. Fixes #4203, #4683 2016-01-25 23:37:54 +01:00
Console Add verbosity input support to IOInterface 2016-01-29 10:14:12 +00:00
DependencyResolver Update SolverProblemsException.php 2016-01-28 19:56:25 -06:00
Downloader Implemented new option (ignore-missing-metadata) for composer install command 2016-02-04 03:16:39 +02:00
EventDispatcher Add verbosity input support to IOInterface 2016-01-29 10:14:12 +00:00
IO Make sure COMPOSER_AUTH is also loaded in Config, refs #4546 2016-01-29 12:58:17 +00:00
Installer Add verbosity input support to IOInterface 2016-01-29 10:14:12 +00:00
Json Remove a few instances of RemoteFilesystem that were not needed 2016-01-10 17:07:54 +00:00
Package Clarified error message and added braces. 2016-01-27 09:09:29 +01:00
Plugin Add verbosity input support to IOInterface 2016-01-29 10:14:12 +00:00
Repository Add verbosity input support to IOInterface 2016-01-29 10:14:12 +00:00
Script Fix CS 2015-09-28 10:53:24 +01:00
Util Add verbosity input support to IOInterface 2016-01-29 10:14:12 +00:00
Cache.php Add verbosity input support to IOInterface 2016-01-29 10:14:12 +00:00
Compiler.php Merge remote-tracking branch 'origin/master' into tls-config 2016-01-10 16:10:22 +00:00
Composer.php Added branch-alias for dev-master to --version|-V output when current version is actually a revision (a non release/git tag). 2014-10-16 22:13:17 -03:00
Config.php fix: missing parentheses 2016-01-26 18:19:58 +03:00
Factory.php typos 2016-01-29 17:13:44 +01:00
Installer.php Add verbosity input support to IOInterface 2016-01-29 10:14:12 +00:00