OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
firebase
/
vendor
/
google
/
gax
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/12/2024 10:32:56 AM
rwxr-xr-x
📁
.git
-
08/12/2024 10:35:15 AM
rwxr-xr-x
📄
.gitattributes
200 bytes
08/12/2024 10:32:55 AM
rw-r--r--
📁
.github
-
08/12/2024 10:33:59 AM
rwxr-xr-x
📄
.gitignore
254 bytes
08/12/2024 10:32:55 AM
rw-r--r--
📄
CHANGELOG.md
12.44 KB
08/12/2024 10:32:55 AM
rw-r--r--
📄
CODE_OF_CONDUCT.md
1.98 KB
08/12/2024 10:32:55 AM
rw-r--r--
📄
LICENSE
1.46 KB
08/12/2024 10:32:55 AM
rw-r--r--
📄
README.md
2.78 KB
08/12/2024 10:32:55 AM
rw-r--r--
📄
SECURITY.md
336 bytes
08/12/2024 10:32:55 AM
rw-r--r--
📄
VERSION
8 bytes
08/12/2024 10:32:55 AM
rw-r--r--
📄
codecov.yml
44 bytes
08/12/2024 10:32:55 AM
rw-r--r--
📄
composer.json
1.23 KB
08/12/2024 10:32:55 AM
rw-r--r--
📁
dev
-
08/12/2024 10:35:15 AM
rwxr-xr-x
📁
metadata
-
08/12/2024 10:36:38 AM
rwxr-xr-x
📄
phpstan.neon.dist
88 bytes
08/12/2024 10:32:55 AM
rw-r--r--
📄
phpunit.xml.dist
480 bytes
08/12/2024 10:32:55 AM
rw-r--r--
📄
renovate.json
112 bytes
08/12/2024 10:32:55 AM
rw-r--r--
📄
ruleset.xml
421 bytes
08/12/2024 10:32:55 AM
rw-r--r--
📁
src
-
08/12/2024 10:34:01 AM
rwxr-xr-x
📁
tests
-
08/12/2024 10:35:16 AM
rwxr-xr-x
Editing: composer.json
Close
{ "name": "google/gax", "type": "library", "description": "Google API Core for PHP", "keywords": ["google"], "homepage": "https://github.com/googleapis/gax-php", "license": "BSD-3-Clause", "require": { "php": ">=7.4", "google/auth": "^1.34.0", "google/grpc-gcp": "^0.2||^0.3", "grpc/grpc": "^1.13", "google/protobuf": "^3.22", "guzzlehttp/promises": "^1.4||^2.0", "guzzlehttp/psr7": "^2.0", "google/common-protos": "^4.4", "google/longrunning": "~0.2" }, "require-dev": { "phpunit/phpunit": "^9.0", "squizlabs/php_codesniffer": "3.*", "phpspec/prophecy-phpunit": "^2.0" }, "conflict": { "ext-protobuf": "<3.7.0" }, "autoload": { "psr-4": { "Google\\ApiCore\\": "src", "GPBMetadata\\ApiCore\\": "metadata/ApiCore" } }, "autoload-dev": { "psr-4": { "Google\\ApiCore\\Dev\\": "dev/src", "Google\\ApiCore\\": "tests", "GPBMetadata\\Google\\": "metadata/Google" } }, "scripts": { "regenerate-test-protos": "dev/sh/regenerate-test-protos.sh" } }