1
0
Fork 0
composer/src/Composer/Repository
Bastian Hofmann 4b3fc2b5fa Merge branch 'master' of git://github.com/composer/composer
Conflicts:
	src/Composer/Repository/PearRepository.php
2012-05-06 14:42:13 +02:00
..
Vcs Warn the user but do not fail hard when a repo can not be synced 2012-04-29 20:55:05 +02:00
ArrayRepository.php Do not install root package as a vendor if some dependency requires it, closes #480 2012-04-27 12:29:11 +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 Rename findPackagesByName to findPackages and allow version arg 2012-02-21 14:02:08 +01:00
FilesystemRepository.php Fix alias handling with --dev installs, fixes #579 2012-04-15 19:05:16 +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