OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
firebase
/
vendor
/
kreait
/
firebase-tokens
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
π
..
-
08/12/2024 10:32:59 AM
rwxr-xr-x
π
.editorconfig
320 bytes
08/12/2024 10:32:59 AM
rw-r--r--
π
.git
-
08/12/2024 10:35:46 AM
rwxr-xr-x
π
.gitattributes
338 bytes
08/12/2024 10:32:59 AM
rw-r--r--
π
.github
-
08/12/2024 10:34:14 AM
rwxr-xr-x
π
.gitignore
158 bytes
08/12/2024 10:32:59 AM
rw-r--r--
π
.php-cs-fixer.dist.php
2.41 KB
08/12/2024 10:32:59 AM
rw-r--r--
π
CHANGELOG.md
5.18 KB
08/12/2024 10:32:59 AM
rw-r--r--
π
LICENSE
1.12 KB
08/12/2024 10:32:59 AM
rw-r--r--
π
MIGRATE-1.x-to-2.0.md
3.79 KB
08/12/2024 10:32:59 AM
rw-r--r--
π
Makefile
672 bytes
08/12/2024 10:32:59 AM
rw-r--r--
π
README.md
6.84 KB
08/12/2024 10:32:59 AM
rw-r--r--
π
composer.json
2.21 KB
08/12/2024 10:32:59 AM
rw-r--r--
π
phpstan.neon.dist
415 bytes
08/12/2024 10:32:59 AM
rw-r--r--
π
phpunit.xml.dist
689 bytes
08/12/2024 10:32:59 AM
rw-r--r--
π
rector.php
931 bytes
08/12/2024 10:32:59 AM
rw-r--r--
π
src
-
08/12/2024 10:36:28 AM
rwxr-xr-x
π
tests
-
08/12/2024 10:36:29 AM
rwxr-xr-x
Editing: composer.json
Close
{ "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": "^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.5.1", "friendsofphp/php-cs-fixer": "^3.10", "phpstan/extension-installer": "^1.1", "phpstan/phpstan": "^0.12.99", "phpstan/phpstan-phpunit": "^0.12.22", "phpunit/phpunit": "^9.5.23", "rector/rector": "^0.11.60", "symfony/cache": "^5.4.11", "symfony/var-dumper": "^5.4.11" }, "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, "allow-plugins": { "phpstan/extension-installer": true } }, "funding": [ { "type": "github", "url": "https://github.com/sponsors/jeromegamez" } ] }