![]() 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/cartforge.co/vendor/web-token/jwt-framework/ |
{ "name": "web-token/jwt-framework", "description": "JSON Object Signing and Encryption library for PHP and Symfony Bundle.", "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/jwt-framework", "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\\": "src/", "Jose\\Bundle\\JoseFramework\\": "src/Bundle/", "Jose\\Experimental\\": "src/Experimental/", "Jose\\Component\\": "src/Library/" } }, "autoload-dev": { "psr-4": { "Jose\\Performance\\": "performance/", "Jose\\Tests\\": "tests/" } }, "require": { "php": ">=8.1", "ext-json": "*", "ext-mbstring": "*", "ext-openssl": "*", "ext-sodium": "*", "brick/math": "^0.9|^0.10|^0.11|^0.12", "paragonie/constant_time_encoding": "^2.6|^3.0", "paragonie/sodium_compat": "^1.20|^2.0", "psr/cache": "^3.0", "psr/clock": "^1.0", "psr/event-dispatcher": "^1.0", "psr/http-client": "^1.0", "psr/http-factory": "^1.0", "spomky-labs/aes-key-wrap": "^7.0", "spomky-labs/pki-framework": "^1.2.1", "symfony/config": "^5.4|^6.0|^7.0", "symfony/console": "^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-client": "^5.4|^6.0|^7.0", "symfony/http-kernel": "^5.4|^6.0|^7.0", "symfony/polyfill-mbstring": "^1.12" }, "require-dev": { "ext-curl": "*", "ext-gmp": "*", "bjeavons/zxcvbn-php": "^1.3", "ekino/phpstan-banned-code": "^1.0", "infection/infection": "^0.29", "matthiasnoback/symfony-config-test": "^5.0", "nyholm/psr7": "^1.8", "php-http/mock-client": "^1.5", "php-parallel-lint/php-parallel-lint": "^1.3", "phpbench/phpbench": "^1.2", "phpstan/extension-installer": "^1.3", "phpstan/phpstan": "^1.8", "phpstan/phpstan-deprecation-rules": "^1.0", "phpstan/phpstan-phpunit": "^1.1", "phpstan/phpstan-strict-rules": "^1.4", "phpunit/phpunit": "^10.1|^11.0", "qossmic/deptrac": "^2.0", "rector/rector": "^1.0", "roave/security-advisories": "dev-latest", "symfony/browser-kit": "^5.4|^6.0|^7.0", "symfony/finder": "^5.4|^6.0|^7.0", "symfony/framework-bundle": "^5.4|^6.0|^7.0", "symfony/phpunit-bridge": "^5.4|^6.0|^7.0", "symfony/serializer": "^5.4|^6.0|^7.0", "symfony/var-dumper": "^5.4|^6.0|^7.0", "symfony/yaml": "^5.4|^6.0|^7.0", "symplify/easy-coding-standard": "^12.0" }, "replace": { "web-token/encryption-pack": "self.version", "web-token/jwt-bundle": "self.version", "web-token/jwt-library": "self.version", "web-token/jwt-checker": "self.version", "web-token/jwt-console": "self.version", "web-token/jwt-core": "self.version", "web-token/jwt-encryption": "self.version", "web-token/jwt-encryption-algorithm-aescbc": "self.version", "web-token/jwt-encryption-algorithm-aesgcm": "self.version", "web-token/jwt-encryption-algorithm-aesgcmkw": "self.version", "web-token/jwt-encryption-algorithm-aeskw": "self.version", "web-token/jwt-encryption-algorithm-dir": "self.version", "web-token/jwt-encryption-algorithm-ecdh-es": "self.version", "web-token/jwt-encryption-algorithm-experimental": "self.version", "web-token/jwt-encryption-algorithm-pbes2": "self.version", "web-token/jwt-encryption-algorithm-rsa": "self.version", "web-token/jwt-key-mgmt": "self.version", "web-token/jwt-nested-token": "self.version", "web-token/jwt-signature": "self.version", "web-token/jwt-signature-algorithm-ecdsa": "self.version", "web-token/jwt-signature-algorithm-eddsa": "self.version", "web-token/jwt-signature-algorithm-experimental": "self.version", "web-token/jwt-signature-algorithm-hmac": "self.version", "web-token/jwt-signature-algorithm-none": "self.version", "web-token/jwt-signature-algorithm-rsa": "self.version", "web-token/jwt-signature-pack": "self.version", "web-token/jwt-util-ecc": "self.version", "web-token/signature-pack": "self.version", "web-token/jwt-experimental": "self.version" }, "suggest": { "bjeavons/zxcvbn-php": "Adds key quality check for oct keys.", "php-http/httplug": "To enable JKU/X5U support.", "php-http/httplug-bundle": "To enable JKU/X5U support.", "php-http/message-factory": "To enable JKU/X5U support.", "symfony/serializer": "Use the Symfony serializer to serialize/unserialize JWS and JWE tokens.", "symfony/var-dumper": "Used to show data on the debug toolbar.", "spomky-labs/aes-key-wrap": "To enable AES Key Wrap algorithm." }, "conflict": { "spomky-labs/jose": "*" }, "config": { "sort-packages": true, "allow-plugins": { "infection/extension-installer": true, "composer/package-versions-deprecated": true, "phpstan/extension-installer": true, "php-http/discovery": true } } }