���� JFIF �� � ( %"1"%)+...383,7(-.-
![]() Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20 System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64 User : apache ( 48) PHP Version : 7.4.20 Disable Function : NONE Directory : /var/www/html/adimi/application/libraries/nexmo/vendor/lcobucci/jwt/ |
{ "name": "lcobucci/jwt", "description": "A simple library to work with JSON Web Token and JSON Web Signature", "type": "library", "authors": [ { "name": "Luís Otávio Cobucci Oblonczyk", "email": "[email protected]", "role": "Developer" } ], "keywords": [ "JWT", "JWS" ], "license": [ "BSD-3-Clause" ], "require": { "php": ">=5.5", "ext-openssl": "*" }, "require-dev": { "phpunit/phpunit": "~4.5", "squizlabs/php_codesniffer": "~2.3", "phpmd/phpmd": "~2.2", "phpunit/php-invoker": "~1.1", "mikey179/vfsStream": "~1.5", "mdanter/ecc": "~0.3.1" }, "suggest":{ "mdanter/ecc": "Required to use Elliptic Curves based algorithms." }, "autoload": { "psr-4": { "Lcobucci\\JWT\\": "src" } }, "autoload-dev": { "psr-4": { "Lcobucci\\JWT\\": [ "test/unit", "test/functional" ] } }, "extra": { "branch-alias": { "dev-master": "3.1-dev" } } }