1
0
Fork 0
composer/src/Composer/Repository
Jordi Boggiano 8401c78349 Merge pull request #1770 from sarunas/master
Moving svn driver to the last position as it causes conflicts with hg over http
2013-04-06 12:36:39 -07:00
..
Pear Fixed PHPDoc 2012-10-24 23:44:40 +00:00
Vcs Use the api to get file contents instead of raw.github.com 2013-02-27 14:10:28 +01:00
ArrayRepository.php Remove filterPackages and add RepositoryInterface::search, refactor all commands to use new methods and remove all usage of the full package list for Composer repositories that support providers, fixes #1646 2013-03-10 13:40:52 +01:00
ComposerRepository.php Fix dependency flags not applying to provides/replaces, fixes #1771 2013-04-04 17:41:01 +02:00
CompositeRepository.php Remove filterPackages and add RepositoryInterface::search, refactor all commands to use new methods and remove all usage of the full package list for Composer repositories that support providers, fixes #1646 2013-03-10 13:40:52 +01:00
FilesystemRepository.php Add InvalidRepositoryException 2012-11-08 15:05:00 +01:00
InstalledArrayRepository.php
InstalledFilesystemRepository.php
InstalledRepositoryInterface.php
InvalidRepositoryException.php Add InvalidRepositoryException 2012-11-08 15:05:00 +01:00
PackageRepository.php Add InvalidRepositoryException 2012-11-08 15:05:00 +01:00
PearRepository.php CS fixes 2013-01-05 20:01:58 +01:00
PlatformRepository.php Add lib-ICU platform package 2013-02-27 13:11:35 +01:00
RepositoryInterface.php Remove filterPackages and add RepositoryInterface::search, refactor all commands to use new methods and remove all usage of the full package list for Composer repositories that support providers, fixes #1646 2013-03-10 13:40:52 +01:00
RepositoryManager.php Add @deprecated note 2013-03-03 17:59:13 +01:00
RepositorySecurityException.php Adjust exception message 2013-02-21 17:07:53 +01:00
StreamableRepositoryInterface.php
VcsRepository.php Moving svn driver to the last position as it causes conflicts with hg over http 2013-04-04 09:15:36 +03:00
WritableRepositoryInterface.php