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
..
Pear Merge remote-tracking branch 'watermanio/strict-types' into 1.0 8 years ago
Vcs add getFileContent function 8 years ago
ArrayRepository.php Added --type option to search 8 years ago
ArtifactRepository.php Strict type checks of null and bool 8 years ago
BaseRepository.php Clarify output when something is installed in the wrong version, refs #5259 8 years ago
ComposerRepository.php Fix regex cleaning up repo URLs, fixes #5686 8 years ago
CompositeRepository.php Added --type option to search 8 years ago
ConfigurableRepositoryInterface.php Allows repositories to implement ConfigurableRepositoryInterface and thus provide getRepoConfigmethod 9 years ago
FilesystemRepository.php Missing parent constructor calls. 8 years ago
InstalledArrayRepository.php Fix regression added in 33af9eea95, fixes #1841 11 years ago
InstalledFilesystemRepository.php CS fixes 12 years ago
InstalledRepositoryInterface.php CS fixes 12 years ago
InvalidRepositoryException.php Add InvalidRepositoryException 12 years ago
PackageRepository.php Allow loading of transport-options in package repo, fixes #4991 8 years ago
PathRepository.php Merge remote-tracking branch 'curry684/home-expansion' 8 years ago
PearRepository.php Missing parent constructor calls. 8 years ago
PlatformRepository.php Check that PHP_ZTS is defined 8 years ago
RepositoryFactory.php Add Fossil support to Composer 8 years ago
RepositoryInterface.php Remove type parameter from RepositoryInterface 8 years ago
RepositoryManager.php Output warning for invalid-looking packagist config, fixes #5404 8 years ago
RepositorySecurityException.php CS fixes 11 years ago
VcsRepository.php fix typo and bugs on Fossil support 8 years ago
WritableArrayRepository.php Reverted inadvertent API change, improved API documentation 9 years ago
WritableRepositoryInterface.php Reverted inadvertent API change, improved API documentation 9 years ago