first commit
This commit is contained in:
7
modules/ps_eventbus/vendor/lcobucci/jwt/compat/json-exception-polyfill.php
vendored
Normal file
7
modules/ps_eventbus/vendor/lcobucci/jwt/compat/json-exception-polyfill.php
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
if (PHP_VERSION_ID < 70300) {
|
||||
class JsonException extends Exception
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user