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.
Thomas Flori 597f834ae9 add getFileContent function
This function is very similar to a part from getComposerInformation - so we can use this function in getComposerInformation too. And because it is almost everywhere the same we can put it to abstract class.

By implementing getComposerInformation in abstract class we need to add the getChangeDate to interface too. Only Problem: perforce seems not to support a ChangeDate. For this we use 'now' to have at least something.
8 years ago
..
Autoload Use implode instead of join 8 years ago
Command Add zlib warning to diagnose command 8 years ago
Config Update related docs and config definitions 8 years ago
Console Merge remote-tracking branch 'johnstevenson/restart' 8 years ago
DependencyResolver Enhance solver perf by removing count() 8 years ago
Downloader Only update the git repo if the commit we want doesn't exist, speeds up update from source 8 years ago
EventDispatcher fixed deprecated class usages 8 years ago
Exception Fix plugin bootstrapping to ignore SSL Exceptions, fixes #5388 8 years ago
IO Add more comments in ConsoleIO, closes #5836 8 years ago
Installer fixed deprecated class usages 8 years ago
Json Rework JSON matching to use a properly recursive pattern, fixes #5771 8 years ago
Package Merge branch '1.2' 8 years ago
Plugin Fix class in DocBlock 8 years ago
Repository add getFileContent function 8 years ago
Script fixed deprecated class usages 8 years ago
SelfUpdate Add update channels support to self-update and diagnose, fixes #4960 8 years ago
Util add getFileContent function 8 years ago
Cache.php Avoid warnings in case cache dir is explicitly directed to /dev/null, fixes #5468 8 years ago
Compiler.php Merge remote-tracking branch 'nicolas-grekas/php7-static' 8 years ago
Composer.php Added branch-alias for dev-master to --version|-V output when current version is actually a revision (a non release/git tag). 10 years ago
Config.php Update packagist default repo to be packagist.org 8 years ago
Factory.php Use ConsoleOutput to determine color support 8 years ago
Installer.php Merge remote-tracking branch 'fabpot/more-debug' 8 years ago
XdebugHandler.php Simplify XdebugHandler restart process 8 years ago