- 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.
52 lines
1.8 KiB
PHP
52 lines
1.8 KiB
PHP
<?php
|
|
|
|
// autoload_real.php @generated by Composer
|
|
|
|
class ComposerAutoloaderInit07c10f0ef5b4a97424f6fcf6ef9a6a28
|
|
{
|
|
private static $loader;
|
|
|
|
public static function loadClassLoader($class)
|
|
{
|
|
if ('PShowSsoScoped\Composer\Autoload\ClassLoader' === $class) {
|
|
require __DIR__ . '/ClassLoader.php';
|
|
}
|
|
}
|
|
|
|
/**
|
|
* @return \PShowSsoScoped\Composer\Autoload\ClassLoader
|
|
*/
|
|
public static function getLoader()
|
|
{
|
|
if (null !== self::$loader) {
|
|
return self::$loader;
|
|
}
|
|
|
|
require __DIR__ . '/platform_check.php';
|
|
|
|
spl_autoload_register(array('ComposerAutoloaderInit07c10f0ef5b4a97424f6fcf6ef9a6a28', 'loadClassLoader'), true, false);
|
|
self::$loader = $loader = new \PShowSsoScoped\Composer\Autoload\ClassLoader(\dirname(__DIR__));
|
|
spl_autoload_unregister(array('ComposerAutoloaderInit07c10f0ef5b4a97424f6fcf6ef9a6a28', 'loadClassLoader'));
|
|
|
|
require __DIR__ . '/autoload_static.php';
|
|
call_user_func(\PShowSsoScoped\Composer\Autoload\ComposerStaticInit07c10f0ef5b4a97424f6fcf6ef9a6a28::getInitializer($loader));
|
|
|
|
$loader->setClassMapAuthoritative(true);
|
|
$loader->register(false);
|
|
|
|
$filesToLoad = \PShowSsoScoped\Composer\Autoload\ComposerStaticInit07c10f0ef5b4a97424f6fcf6ef9a6a28::$files;
|
|
$requireFile = \Closure::bind(static function ($fileIdentifier, $file) {
|
|
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
|
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
|
|
|
|
require $file;
|
|
}
|
|
}, null, null);
|
|
foreach ($filesToLoad as $fileIdentifier => $file) {
|
|
$requireFile($fileIdentifier, $file);
|
|
}
|
|
|
|
return $loader;
|
|
}
|
|
}
|