- 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.
12 lines
311 B
PHP
12 lines
311 B
PHP
<?php
|
|
|
|
// autoload_namespaces.php @generated by Composer
|
|
|
|
$vendorDir = dirname(__DIR__);
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
return array(
|
|
'PShowSsoScoped\\SecurityLib' => array($vendorDir . '/ircmaxell/security-lib/lib'),
|
|
'PShowSsoScoped\\RandomLib' => array($vendorDir . '/paragonie/random-lib/lib'),
|
|
);
|