You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jordi Boggiano 8fc659fea3 Allow loading of transport-options in package repo, fixes #4991 8 years ago
..
Pear Removed unused variables and includes, fixed functions being called with more arguments than declared. 8 years ago
Vcs Add missing use statements 8 years ago
ArrayRepository.php Merge remote-tracking branch 'curry684/rewrite-depends' 8 years ago
ArtifactRepository.php Missing parent constructor calls. 8 years ago
BaseRepository.php Fix show/depends commands to display and abort when a circular dep was reached, fixes #4983 8 years ago
ComposerRepository.php Merge pull request #4799 from balbuf/balbuf/honor-class-name 8 years ago
CompositeRepository.php Introduce BaseRepository common ancestor class for all repositories to offload command logic. 8 years ago
ConfigurableRepositoryInterface.php Allows repositories to implement ConfigurableRepositoryInterface and thus provide getRepoConfigmethod 9 years ago
FilesystemRepository.php Missing parent constructor calls. 8 years ago
InstalledArrayRepository.php Fix regression added in 33af9eea95, fixes #1841 11 years ago
InstalledFilesystemRepository.php CS fixes 12 years ago
InstalledRepositoryInterface.php CS fixes 12 years ago
InvalidRepositoryException.php Add InvalidRepositoryException 12 years ago
PackageRepository.php Allow loading of transport-options in package repo, fixes #4991 8 years ago
PathRepository.php Merge remote-tracking branch 'sashman/master' 8 years ago
PearRepository.php Missing parent constructor calls. 8 years ago
PlatformRepository.php Add memoization to parseConstraints, saves some (6-7% here) RAM and marginal CPU time 8 years ago
RepositoryFactory.php CS fixes 8 years ago
RepositoryInterface.php PackageInterface[] on RepositoryInterface php doc 9 years ago
RepositoryManager.php RepositoryManager::prependRepository() 8 years ago
RepositorySecurityException.php CS fixes 11 years ago
VcsRepository.php Fixes for implicit variable declarations, return type mismatches and invalid method declarations. 8 years ago
WritableArrayRepository.php Reverted inadvertent API change, improved API documentation 9 years ago
WritableRepositoryInterface.php Reverted inadvertent API change, improved API documentation 9 years ago