1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 08:32:56 +00:00
composer/src/Composer/Repository
2012-05-21 11:48:37 +02:00
..
Vcs Fixed the check for local git repositories 2012-05-17 15:08:54 +02:00
ArrayRepository.php Let the solver handle aliases instead of the installer 2012-05-09 15:15:39 +02:00
ComposerRepository.php Skip filter_var on 5.3.2 since it is buggy 2012-04-27 14:04:39 +02:00
CompositeRepository.php Add CompositeRepo::getRepositories 2012-05-09 19:10:02 +02:00
FilesystemRepository.php Remove alias loading code which is no longer necessary 2012-05-15 19:17:17 +02:00
InstalledArrayRepository.php Add InstalledArrayRepository to make sure the root package is not purged by the Pool because of a lower stability 2012-05-09 20:03:19 +02:00
InstalledFilesystemRepository.php Remove persistence of alias data, make abstract branch aliasing and keep it in composer only 2012-02-25 02:52:19 +01:00
InstalledRepositoryInterface.php Fix tests 2012-04-18 01:06:23 +02:00
NotifiableRepositoryInterface.php Add repository notification API support 2012-04-13 02:59:23 +02:00
PackageRepository.php Move some code around 2012-03-08 01:46:49 +01:00
PearRepository.php Merge branch 'master' of git://github.com/composer/composer 2012-05-06 14:42:13 +02:00
PlatformRepository.php Show package descriptions in show/search commands, merge similar packages in show, fixes #366 2012-03-11 16:44:18 +01:00
RepositoryInterface.php Rename findPackagesByName to findPackages and allow version arg 2012-02-21 14:02:08 +01:00
RepositoryManager.php Handle --dev installs/updates 2012-04-14 23:38:10 +02:00
VcsRepository.php Move all logic within try/catch to prevent an incorrect version from blowing up the whole package 2012-05-06 13:28:37 +02:00
WritableRepositoryInterface.php Fix alias handling with --dev installs, fixes #579 2012-04-15 19:05:16 +02:00