![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/medad.corals.io/vendor/lcobucci/jwt/ |
{ "name": "lcobucci/jwt", "description": "A simple library to work with JSON Web Token and JSON Web Signature", "license": [ "BSD-3-Clause" ], "type": "library", "keywords": [ "JWT", "JWS" ], "authors": [ { "name": "Luís Cobucci", "email": "[email protected]", "role": "Developer" } ], "require": { "php": "^7.4 || ^8.0", "ext-hash": "*", "ext-json": "*", "ext-mbstring": "*", "ext-openssl": "*", "ext-sodium": "*", "lcobucci/clock": "^2.0" }, "require-dev": { "infection/infection": "^0.21", "lcobucci/coding-standard": "^6.0", "mikey179/vfsstream": "^1.6.7", "phpbench/phpbench": "^1.2", "phpstan/extension-installer": "^1.0", "phpstan/phpstan": "^1.4", "phpstan/phpstan-deprecation-rules": "^1.0", "phpstan/phpstan-phpunit": "^1.0", "phpstan/phpstan-strict-rules": "^1.0", "phpunit/php-invoker": "^3.1", "phpunit/phpunit": "^9.5" }, "autoload": { "psr-4": { "Lcobucci\\JWT\\": "src" } }, "autoload-dev": { "psr-4": { "Lcobucci\\JWT\\": [ "test/_keys", "test/unit", "test/performance" ], "Lcobucci\\JWT\\FunctionalTests\\": "test/functional" } }, "config": { "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true, "phpstan/extension-installer": true, "infection/extension-installer": true, "ocramius/package-versions": true }, "preferred-install": "dist", "sort-packages": true } }