- 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.
23 lines
1.6 KiB
PHP
23 lines
1.6 KiB
PHP
<?php
|
|
|
|
// autoload_psr4.php @generated by Composer
|
|
|
|
$vendorDir = dirname(__DIR__);
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
return array(
|
|
'PShowSsoScoped\\Stevenmaguire\\OAuth2\\Client\\' => array($vendorDir . '/stevenmaguire/oauth2-microsoft/src', $vendorDir . '/stevenmaguire/oauth2-keycloak/src'),
|
|
'PShowSsoScoped\\Smolblog\\OAuth2\\Client\\Provider\\' => array($vendorDir . '/smolblog/oauth2-twitter/src'),
|
|
'PShowSsoScoped\\Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-factory/src', $vendorDir . '/psr/http-message/src'),
|
|
'PShowSsoScoped\\Psr\\Http\\Client\\' => array($vendorDir . '/psr/http-client/src'),
|
|
'PShowSsoScoped\\Prestashow\\PrestaUpdate\\' => array($vendorDir . '/prestashow/presta-update/src'),
|
|
'PShowSsoScoped\\Prestashow\\PrestaCore\\' => array($vendorDir . '/prestashow/presta-core'),
|
|
'PShowSsoScoped\\Prestashow\\PrestaBaseV1\\' => array($vendorDir . '/prestashow/presta-base-v1'),
|
|
'PShowSsoScoped\\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'),
|
|
'PShowSsoScoped\\Lcobucci\\JWT\\' => array($vendorDir . '/lcobucci/jwt/src'),
|
|
'PShowSsoScoped\\GuzzleHttp\\Psr7\\' => array($vendorDir . '/guzzlehttp/psr7/src'),
|
|
'PShowSsoScoped\\GuzzleHttp\\Promise\\' => array($vendorDir . '/guzzlehttp/promises/src'),
|
|
'PShowSsoScoped\\GuzzleHttp\\' => array($vendorDir . '/guzzlehttp/guzzle/src'),
|
|
'PShowSsoScoped\\Firebase\\JWT\\' => array($vendorDir . '/firebase/php-jwt/src'),
|
|
);
|