![]() 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/old/vendor/web-token/jwt-framework/src/Bundle/JoseFramework/ |
{ "name": "web-token/jwt-bundle", "description": "JWT Bundle of the JWT Framework.", "type": "symfony-bundle", "license": "MIT", "keywords": [ "JWS", "JWT", "JWE", "JWA", "JWK", "JWKSet", "Jot", "Jose", "RFC7515", "RFC7516", "RFC7517", "RFC7518", "RFC7519", "RFC7520", "Bundle", "Symfony" ], "homepage": "https://github.com/web-token", "authors": [ { "name": "Florent Morselli", "homepage": "https://github.com/Spomky" }, { "name": "All contributors", "homepage": "https://github.com/web-token/jwt-bundle/contributors" } ], "autoload": { "psr-4": { "Jose\\Bundle\\JoseFramework\\": "" } }, "require": { "php": ">=8.1", "psr/event-dispatcher": "^1.0", "symfony/config": "^5.4|^6.0|^7.0", "symfony/dependency-injection": "^5.4|^6.0|^7.0", "symfony/event-dispatcher": "^5.4|^6.0|^7.0", "symfony/http-kernel": "^5.4|^6.0|^7.0", "web-token/jwt-core": "^3.2" }, "suggest": { "web-token/jwt-checker": "Add header and claim checker managers as Symfony services.", "web-token/jwt-console": "Add Keys (JWK) and Key sets (JWKSet) management commands for your Symfony console.", "web-token/jwt-encryption": "Add Encrypted tokens (JWE) support and useful Symfony services.", "web-token/jwt-key-mgmt": "Add Keys (JWK) and Key sets (JWKSet) management tools.", "web-token/jwt-signature": "Add signed tokens (JWS) support and useful Symfony services.", "symfony/serializer": "Use the Symfony serializer to serialize/unserialize JWS and JWE tokens." } }