Project

General

Profile

Bug #53178 ยป 1.diff

Dmitry Dulepov, 2013-11-04 16:20

View differences:

typo3/sysext/core/Classes/Package/PackageManager.php
try {
return parent::getPackageKeyFromComposerName($composerName);
} catch (\TYPO3\Flow\Package\Exception\InvalidPackageStateException $exception) {
$matches = array();
if (preg_match('~typo3/cms/(.*)$~', $composerName, $matches)) {
$composerName = $matches[1];
}
return $composerName;
}
}
    (1-1/1)