Files
drmaterac.pl/modules/pshowsso/deps/lcobucci/jwt/compat/class-aliases.php
Jacek Pyziak 778ee26fe4 Add Symfony Deprecation Contracts package
- 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.
2025-12-15 08:43:18 +01:00

5 lines
373 B
PHP

<?php
class_exists(\PShowSsoScoped\Lcobucci\JWT\Token\Plain::class, false) || class_alias(\PShowSsoScoped\Lcobucci\JWT\Token::class, \PShowSsoScoped\Lcobucci\JWT\Token\Plain::class);
class_exists(\PShowSsoScoped\Lcobucci\JWT\Token\Signature::class, false) || class_alias(\PShowSsoScoped\Lcobucci\JWT\Signature::class, \PShowSsoScoped\Lcobucci\JWT\Token\Signature::class);