1
0
Fork 0
composer/src/Composer/Repository
Jordi Boggiano c3028c02d9
Merge branch '1.10'
2020-07-17 13:18:02 +02:00
..
Vcs Merge branch '1.10' 2020-07-07 21:12:27 +02:00
ArrayRepository.php Remove repository field from getProviders result 2020-04-06 21:17:03 +02:00
ArtifactRepository.php Sanitize URLs in getRepoName and centralize the Url sanitization process 2020-01-30 15:50:46 +01:00
ComposerRepository.php Add support for list URL in composer repos, fixes #9009 2020-07-01 11:16:38 +02:00
CompositeRepository.php Implement getProviders equally on all repos 2020-03-12 15:39:26 +01:00
ConfigurableRepositoryInterface.php Allows repositories to implement ConfigurableRepositoryInterface and thus provide getRepoConfigmethod 2015-11-23 23:18:24 +01:00
FilesystemRepository.php Exclude platform require/provides from InstalledVersions as concrete ones are also not listed 2020-05-01 13:10:50 +02:00
FilterRepository.php Implement count and search correctly in FilterRepository 2020-04-14 22:55:53 +02:00
InstalledArrayRepository.php Add isFresh to InstalledRepositoryInterface and make sure local repo is always an InstalledRepositoryInterface 2020-04-23 10:52:33 +02:00
InstalledFilesystemRepository.php Add isFresh to InstalledRepositoryInterface and make sure local repo is always an InstalledRepositoryInterface 2020-04-23 10:52:33 +02:00
InstalledRepository.php Abort loop correctly when package is a match 2020-02-18 08:28:35 +01:00
InstalledRepositoryInterface.php Add isFresh to InstalledRepositoryInterface and make sure local repo is always an InstalledRepositoryInterface 2020-04-23 10:52:33 +02:00
InvalidRepositoryException.php
LockArrayRepository.php Tweak lock repo name 2020-03-13 11:20:58 +01:00
PackageRepository.php Improve error reporting of solver issues, refs #7779 2020-01-30 14:43:54 +01:00
PathRepository.php Merge branch '1.10' 2020-06-17 17:37:39 +02:00
PearRepository.php Fix phpstan build 2020-04-15 00:33:52 +02:00
PlatformRepository.php Reduce amount of Filesystem/ProcessExecutor instantiations, add lots of docblocks 2020-06-04 16:08:23 +02:00
RepositoryFactory.php Merge branch '1.10' 2020-07-17 13:18:02 +02:00
RepositoryInterface.php Add phpdocs 2020-06-25 08:56:46 +02:00
RepositoryManager.php Reduce amount of Filesystem/ProcessExecutor instantiations, add lots of docblocks 2020-06-04 16:08:23 +02:00
RepositorySecurityException.php
RepositorySet.php Marked getRootAliasesPerPackage as static 2020-06-16 13:48:59 +01:00
RootPackageRepository.php Minor refactoring of RootPackageRepo 2020-02-13 16:29:57 +01:00
VcsRepository.php Remove conflict between trunk and master, as they do not normalize anymore 2020-06-25 08:58:08 +02:00
VersionCacheInterface.php Minor improvements to VersionCacheInterface 2019-02-27 15:03:25 +01:00
WritableArrayRepository.php Add install-path to the installed.json for every package, fixes #2174, closes #2424 2019-08-02 21:39:42 +02:00
WritableRepositoryInterface.php Add install-path to the installed.json for every package, fixes #2174, closes #2424 2019-08-02 21:39:42 +02:00