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.
schmkr 652715f4c2 Improved the handling of trunkPath
- $this->baseUrl is only used if $this->trunkPath === false, otherwise
we will use $this->baseUrl with $this->trunkPath.
- scanning through trunkPath will now look for composer.json file
instead of a path that matches $this->trunkPath, beacuse checking
against the latter failed with deeper trunkPaths
- $this->rootIdentifier is now 'trunk' no matter how deep
$this->trunkPath is (with deeper trunkPaths, the name became something
like "dev-trunk-devel-team-packages-package"
11 years ago
..
Pear CS fixes 11 years ago
Vcs Improved the handling of trunkPath 11 years ago
ArrayRepository.php Merge remote-tracking branch 'hason/alias' 12 years ago
ArtifactRepository.php find artifacts recursively in given path 11 years ago
ComposerRepository.php Avoid overwriting notification-url 12 years ago
CompositeRepository.php fix when composite repo has no delegates 11 years ago
FilesystemRepository.php Fix regression added in 33af9eea95, fixes #1841 12 years ago
InstalledArrayRepository.php Fix regression added in 33af9eea95, fixes #1841 12 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 Add InvalidRepositoryException 12 years ago
PearRepository.php CS fixes 12 years ago
PlatformRepository.php Add a composer-plugin-api platform package and plugins must require it 11 years ago
RepositoryInterface.php CS fixes 11 years ago
RepositoryManager.php CS fixes 11 years ago
RepositorySecurityException.php CS fixes 11 years ago
StreamableRepositoryInterface.php Clean ups after feedback 12 years ago
VcsRepository.php Add comment to clarify change 12 years ago
WritableArrayRepository.php Fix regression added in 33af9eea95, fixes #1841 12 years ago
WritableRepositoryInterface.php Fix regression added in 33af9eea95, fixes #1841 12 years ago