This commit is contained in:
2025-11-20 16:34:30 +01:00
parent 15d1a30e88
commit 4e4351e833
631 changed files with 130125 additions and 36318 deletions

View File

@@ -6,21 +6,7 @@ $vendorDir = dirname(__DIR__);
$baseDir = dirname($vendorDir);
return array(
'SecurityLib\\' => array($vendorDir . '/ircmaxell/security-lib/lib/SecurityLib'),
'RandomLib\\' => array($vendorDir . '/paragonie/random-lib/lib/RandomLib'),
'Pshowsso\\Scope68f5e85e9608b\\Stevenmaguire\\OAuth2\\Client\\' => array($vendorDir . '/stevenmaguire/oauth2-microsoft/src', $vendorDir . '/stevenmaguire/oauth2-keycloak/src'),
'Pshowsso\\Scope68f5e85e9608b\\Smolblog\\OAuth2\\Client\\Provider\\' => array($vendorDir . '/smolblog/oauth2-twitter/src'),
'Pshowsso\\Scope68f5e85e9608b\\Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-factory/src', $vendorDir . '/psr/http-message/src'),
'Pshowsso\\Scope68f5e85e9608b\\Psr\\Http\\Client\\' => array($vendorDir . '/psr/http-client/src'),
'Pshowsso\\Scope68f5e85e9608b\\League\\OAuth2\\Client\\' => array($vendorDir . '/patrickbussmann/oauth2-apple/src', $vendorDir . '/league/oauth2-google/src', $vendorDir . '/league/oauth2-github/src', $vendorDir . '/league/oauth2-facebook/src', $vendorDir . '/league/oauth2-client/src'),
'Pshowsso\\Scope68f5e85e9608b\\Lcobucci\\JWT\\' => array($vendorDir . '/lcobucci/jwt/src'),
'Pshowsso\\Scope68f5e85e9608b\\GuzzleHttp\\Psr7\\' => array($vendorDir . '/guzzlehttp/psr7/src'),
'Pshowsso\\Scope68f5e85e9608b\\GuzzleHttp\\Promise\\' => array($vendorDir . '/guzzlehttp/promises/src'),
'Pshowsso\\Scope68f5e85e9608b\\GuzzleHttp\\' => array($vendorDir . '/guzzlehttp/guzzle/src'),
'Pshowsso\\Scope68f5e85e9608b\\Firebase\\JWT\\' => array($vendorDir . '/firebase/php-jwt/src'),
'Prestashow\\PrestaUpdate\\' => array($vendorDir . '/prestashow/presta-update/src'),
'Prestashow\\PrestaCore\\' => array($vendorDir . '/prestashow/presta-core'),
'Prestashow\\PrestaBaseV1\\' => array($vendorDir . '/prestashow/presta-base-v1'),
'Prestashow\\PShowSSO\\Link\\' => array($baseDir . '/src_link'),
'Prestashow\\PShowSSO\\' => array($baseDir . '/src'),
'PShowSsoScoped\\' => array($baseDir . '/deps'),
);