- Created CHANGELOG.md to maintain version history. - Added README.md with usage instructions for the trigger_deprecation() function. - Initialized composer.json for the Symfony Deprecation Contracts library, specifying dependencies and autoloading.
76 lines
4.7 KiB
PHP
76 lines
4.7 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInitec1a73316f7c92d3ccef54b8d0420c77
|
|
{
|
|
public static $prefixLengthsPsr4 = array (
|
|
'P' =>
|
|
array (
|
|
'Prestashow\\PShowSSO\\Link\\' => 25,
|
|
'Prestashow\\PShowSSO\\' => 20,
|
|
'PShowSsoScoped\\' => 15,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'Prestashow\\PShowSSO\\Link\\' =>
|
|
array (
|
|
0 => __DIR__ . '/../..' . '/src_link',
|
|
),
|
|
'Prestashow\\PShowSSO\\' =>
|
|
array (
|
|
0 => __DIR__ . '/../..' . '/src',
|
|
),
|
|
'PShowSsoScoped\\' =>
|
|
array (
|
|
0 => __DIR__ . '/../..' . '/deps',
|
|
),
|
|
);
|
|
|
|
public static $classMap = array (
|
|
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
|
|
'PShowSSO' => __DIR__ . '/../..' . '/pshowsso.php',
|
|
'Prestashow\\PShowSSO\\Controller\\Admin\\ConfigurationController' => __DIR__ . '/../..' . '/src/Controller/Admin/ConfigurationController.php',
|
|
'Prestashow\\PShowSSO\\Controller\\Front\\LoginController' => __DIR__ . '/../..' . '/src/Controller/Front/LoginController.php',
|
|
'Prestashow\\PShowSSO\\Entity\\Relation' => __DIR__ . '/../..' . '/src/Entity/Relation.php',
|
|
'Prestashow\\PShowSSO\\Exception\\AuthException' => __DIR__ . '/../..' . '/src/Exception/AuthException.php',
|
|
'Prestashow\\PShowSSO\\Form\\Type\\AbstractSocialType' => __DIR__ . '/../..' . '/src/Form/Type/AbstractSocialType.php',
|
|
'Prestashow\\PShowSSO\\Link\\Controller\\Admin\\ConfigurationController' => __DIR__ . '/../..' . '/src_link/Controller/Admin/ConfigurationController.php',
|
|
'Prestashow\\PShowSSO\\Migrations\\Version1' => __DIR__ . '/../..' . '/src/Migrations/Version1.php',
|
|
'Prestashow\\PShowSSO\\Migrations\\Version2' => __DIR__ . '/../..' . '/src/Migrations/Version2.php',
|
|
'Prestashow\\PShowSSO\\Model\\UserData' => __DIR__ . '/../..' . '/src/Model/UserData.php',
|
|
'Prestashow\\PShowSSO\\Module' => __DIR__ . '/../..' . '/src/Module.php',
|
|
'Prestashow\\PShowSSO\\SSO\\AbstractSSOService' => __DIR__ . '/../..' . '/src/SSO/AbstractSSOService.php',
|
|
'Prestashow\\PShowSSO\\SSO\\Apple\\AppleService' => __DIR__ . '/../..' . '/src/SSO/Apple/AppleService.php',
|
|
'Prestashow\\PShowSSO\\SSO\\Apple\\AppleType' => __DIR__ . '/../..' . '/src/SSO/Apple/AppleType.php',
|
|
'Prestashow\\PShowSSO\\SSO\\Facebook\\FacebookService' => __DIR__ . '/../..' . '/src/SSO/Facebook/FacebookService.php',
|
|
'Prestashow\\PShowSSO\\SSO\\Facebook\\FacebookType' => __DIR__ . '/../..' . '/src/SSO/Facebook/FacebookType.php',
|
|
'Prestashow\\PShowSSO\\SSO\\Github\\GithubService' => __DIR__ . '/../..' . '/src/SSO/Github/GithubService.php',
|
|
'Prestashow\\PShowSSO\\SSO\\Github\\GithubType' => __DIR__ . '/../..' . '/src/SSO/Github/GithubType.php',
|
|
'Prestashow\\PShowSSO\\SSO\\Google\\GoogleService' => __DIR__ . '/../..' . '/src/SSO/Google/GoogleService.php',
|
|
'Prestashow\\PShowSSO\\SSO\\Google\\GoogleType' => __DIR__ . '/../..' . '/src/SSO/Google/GoogleType.php',
|
|
'Prestashow\\PShowSSO\\SSO\\Keycloak\\KeycloakService' => __DIR__ . '/../..' . '/src/SSO/Keycloak/KeycloakService.php',
|
|
'Prestashow\\PShowSSO\\SSO\\Keycloak\\KeycloakType' => __DIR__ . '/../..' . '/src/SSO/Keycloak/KeycloakType.php',
|
|
'Prestashow\\PShowSSO\\SSO\\Microsoft\\MicrosoftService' => __DIR__ . '/../..' . '/src/SSO/Microsoft/MicrosoftService.php',
|
|
'Prestashow\\PShowSSO\\SSO\\Microsoft\\MicrosoftType' => __DIR__ . '/../..' . '/src/SSO/Microsoft/MicrosoftType.php',
|
|
'Prestashow\\PShowSSO\\SSO\\X\\XService' => __DIR__ . '/../..' . '/src/SSO/X/XService.php',
|
|
'Prestashow\\PShowSSO\\SSO\\X\\XType' => __DIR__ . '/../..' . '/src/SSO/X/XType.php',
|
|
'Prestashow\\PShowSSO\\Service\\ConfigurationService' => __DIR__ . '/../..' . '/src/Service/ConfigurationService.php',
|
|
'Prestashow\\PShowSSO\\Service\\CustomerService' => __DIR__ . '/../..' . '/src/Service/CustomerService.php',
|
|
'Prestashow\\PShowSSO\\Service\\EncryptionService' => __DIR__ . '/../..' . '/src/Service/EncryptionService.php',
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInitec1a73316f7c92d3ccef54b8d0420c77::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInitec1a73316f7c92d3ccef54b8d0420c77::$prefixDirsPsr4;
|
|
$loader->classMap = ComposerStaticInitec1a73316f7c92d3ccef54b8d0420c77::$classMap;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|