OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
firebase
/
vendor
/
google
/
auth
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/12/2024 10:32:56 AM
rwxr-xr-x
📄
.editorconfig
390 bytes
08/12/2024 10:32:53 AM
rw-r--r--
📁
.git
-
08/12/2024 10:34:51 AM
rwxr-xr-x
📄
.gitattributes
343 bytes
08/12/2024 10:32:53 AM
rw-r--r--
📁
.github
-
08/12/2024 10:34:53 AM
rwxr-xr-x
📄
.gitignore
127 bytes
08/12/2024 10:32:53 AM
rw-r--r--
📄
.php-cs-fixer.dist.php
780 bytes
08/12/2024 10:32:53 AM
rw-r--r--
📄
CHANGELOG.md
15.94 KB
08/12/2024 10:32:53 AM
rw-r--r--
📄
CODE_OF_CONDUCT.md
1.98 KB
08/12/2024 10:32:53 AM
rw-r--r--
📄
COPYING
11.27 KB
08/12/2024 10:32:53 AM
rw-r--r--
📄
LICENSE
10.21 KB
08/12/2024 10:32:53 AM
rw-r--r--
📄
README.md
11.68 KB
08/12/2024 10:32:53 AM
rw-r--r--
📄
SECURITY.md
336 bytes
08/12/2024 10:32:53 AM
rw-r--r--
📄
VERSION
8 bytes
08/12/2024 10:32:53 AM
rw-r--r--
📄
autoload.php
1.12 KB
08/12/2024 10:32:53 AM
rw-r--r--
📄
composer.json
1.22 KB
08/12/2024 10:32:53 AM
rw-r--r--
📄
phpstan.neon.dist
200 bytes
08/12/2024 10:32:53 AM
rw-r--r--
📄
phpunit.xml.dist
684 bytes
08/12/2024 10:32:53 AM
rw-r--r--
📄
renovate.json
76 bytes
08/12/2024 10:32:53 AM
rw-r--r--
📁
src
-
08/12/2024 10:33:42 AM
rwxr-xr-x
📁
tests
-
08/12/2024 10:36:16 AM
rwxr-xr-x
Editing: composer.json
Close
{ "name": "google/auth", "type": "library", "description": "Google Auth Library for PHP", "keywords": ["google", "oauth2", "authentication"], "homepage": "http://github.com/google/google-auth-library-php", "license": "Apache-2.0", "support": { "docs": "https://googleapis.github.io/google-auth-library-php/main/" }, "require": { "php": "^8.0", "firebase/php-jwt": "^6.0", "guzzlehttp/guzzle": "^7.4.5", "guzzlehttp/psr7": "^2.4.5", "psr/http-message": "^1.1||^2.0", "psr/cache": "^2.0||^3.0" }, "require-dev": { "guzzlehttp/promises": "^2.0", "squizlabs/php_codesniffer": "^3.5", "phpunit/phpunit": "^9.6", "phpspec/prophecy-phpunit": "^2.1", "sebastian/comparator": ">=1.2.3", "phpseclib/phpseclib": "^3.0.35", "kelvinmo/simplejwt": "0.7.1", "webmozart/assert": "^1.11", "symfony/process": "^6.0||^7.0" }, "suggest": { "phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2." }, "autoload": { "psr-4": { "Google\\Auth\\": "src" } }, "autoload-dev": { "psr-4": { "Google\\Auth\\Tests\\": "tests" } } }