RELATIVE_PATHS
RELATIVE_PATHS = 1
$configSource : \Composer\Config\ConfigSourceInterface
$authConfigSource : \Composer\Config\ConfigSourceInterface
setConfigSource(\Composer\Config\ConfigSourceInterface $source)
\Composer\Config\ConfigSourceInterface | $source |
setAuthConfigSource(\Composer\Config\ConfigSourceInterface $source)
\Composer\Config\ConfigSourceInterface | $source |
prohibitUrlByConfig(string $url, \Composer\IO\IOInterface $io = null)
Validates that the passed URL is allowed to be used by current config, or throws an exception.
string | $url | |
\Composer\IO\IOInterface | $io |