Sid Gifari File Manager
🏠 Root
/
home2
/
meumer25
/
painelsexshoptentacao.meumercado.app
/
vendor
/
kreait
/
firebase-tokens
/
Editing: composer.json
{ "name": "kreait/firebase-tokens", "description": "A library to work with Firebase tokens", "type": "library", "keywords": ["firebase", "google", "token", "authentication", "auth"], "homepage": "https://github.com/kreait/firebase-token-php", "license": "MIT", "authors": [ { "name": "Jérôme Gamez", "homepage": "https://github.com/jeromegamez" } ], "require": { "php": "^7.4|^8.0", "ext-json": "*", "ext-openssl": "*", "fig/http-message-util": "^1.1.5", "guzzlehttp/guzzle": "^6.3.1|^7.0", "kreait/clock": "^1.1.0", "lcobucci/jwt": "^3.4.6|^4.0.4|^4.1.5", "psr/cache": "^1.0|^2.0|^3.0", "psr/simple-cache": "^1.0.1" }, "suggest": { "firebase/php-jwt": "^5.0 can be used to create and parse tokens", "guzzlehttp/guzzle": "^6.2.1|^7.0 can be used as an HTTP handler", "lcobucci/jwt": "^3.2 can be used to create and parse tokens", "psr/cache-implementation": "to cache fetched remote public keys", "psr/simple-cache-implementation": "to cache fetched remote public keys" }, "require-dev": { "firebase/php-jwt": "^5.3", "friendsofphp/php-cs-fixer": "^3.0", "phpstan/extension-installer": "^1.1", "phpstan/phpstan": "^0.12.88", "phpstan/phpstan-phpunit": "^0.12.19", "phpunit/phpunit": "^9.5", "rector/rector": "^0.11.16", "symfony/cache": "^5.3", "symfony/var-dumper": "^5.3" }, "autoload": { "psr-4": { "Kreait\\Firebase\\JWT\\":"src/JWT", "Firebase\\Auth\\Token\\": "src/Firebase/Auth/Token" } }, "autoload-dev": { "psr-4": { "Firebase\\Auth\\Token\\Tests\\": "tests/Firebase/Auth/Token", "Kreait\\Firebase\\JWT\\Tests\\": "tests/JWT" } }, "config": { "sort-packages": true }, "funding": [ { "type": "github", "url": "https://github.com/sponsors/jeromegamez" } ] }
Save
Cancel