1
0
Fork 0
composer/src/Composer/Repository
Jordi Boggiano c2f77d80bd
Remove usage of 5.6+ constant
2020-04-22 16:40:42 +02:00
..
Vcs Allow COMPOSER_DISABLE_NETWORK to work with GitHubDriver by doing a cache priming pass first 2020-04-08 17:53:15 +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 Remove usage of 5.6+ constant 2020-04-22 16:40:42 +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 Add a Composer\Versions class which is available in all projects at runtime to query installed packages/versions 2020-04-22 12:10:09 +02:00
FilterRepository.php Implement count and search correctly in FilterRepository 2020-04-14 22:55:53 +02:00
InstalledArrayRepository.php Improve error reporting of solver issues, refs #7779 2020-01-30 14:43:54 +01:00
InstalledFilesystemRepository.php Improve error reporting of solver issues, refs #7779 2020-01-30 14:43:54 +01:00
InstalledRepository.php Abort loop correctly when package is a match 2020-02-18 08:28:35 +01:00
InstalledRepositoryInterface.php CS fixes 2012-05-28 01:58:49 +02:00
InvalidRepositoryException.php Add InvalidRepositoryException 2012-11-08 15:05:00 +01:00
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 '2.0' 2020-04-07 09:39:00 +02:00
PearRepository.php Fix phpstan build 2020-04-15 00:33:52 +02:00
PlatformRepository.php Add composer-runtime-api platform package 2020-04-22 12:10:09 +02:00
RepositoryFactory.php Merge branch 'master' into 2.0 2020-02-14 15:42:17 +01:00
RepositoryInterface.php Add docs to loadPackages 2020-04-09 11:50:37 +02:00
RepositoryManager.php Add options to configure repository priorities 2020-04-09 13:39:06 +02:00
RepositorySecurityException.php CS fixes 2013-06-13 13:28:24 +02:00
RepositorySet.php Add some docblocks and make sure RepositorySet/PoolBuilder accept regular rootAliases and not pre-normalized ones 2020-04-08 11:46:06 +02:00
RootPackageRepository.php Minor refactoring of RootPackageRepo 2020-02-13 16:29:57 +01:00
VcsRepository.php extracted `VersionParser::DEV_MASTER_ALIAS` (#8742) 2020-04-07 15:49:07 +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