Open dmnkhhn opened 3 years ago
Should be surround by if condition (in ext_localconf.php): `
if (!defined('TYPO3_COMPOSER_MODE')) {
$pharFileName = \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath($_EXTKEY) . 'Libraries/league-oauth2-client.phar';
if (is_file($pharFileName)) {
@include 'phar://' . $pharFileName . '/vendor/autoload.php';
}
}
league-oauth2-client.phar
is included even when TYPO3 runs in composer mode.This has a serious impact on the website performance and should be fixed ASAP.