OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
firebase
/
vendor
/
google
/
common-protos
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:04 AM
rwxr-xr-x
📄
.gitattributes
157 bytes
08/12/2024 10:32:54 AM
rw-r--r--
📄
.gitignore
175 bytes
08/12/2024 10:32:54 AM
rw-r--r--
📄
CHANGELOG.md
5.36 KB
08/12/2024 10:32:54 AM
rw-r--r--
📄
CODE_OF_CONDUCT.md
1.98 KB
08/12/2024 10:32:54 AM
rw-r--r--
📄
CONTRIBUTING.md
1.78 KB
08/12/2024 10:32:54 AM
rw-r--r--
📄
LICENSE
11.29 KB
08/12/2024 10:32:54 AM
rw-r--r--
📄
README.md
1.88 KB
08/12/2024 10:32:54 AM
rw-r--r--
📄
SECURITY.md
336 bytes
08/12/2024 10:32:55 AM
rw-r--r--
📄
VERSION
7 bytes
08/12/2024 10:32:55 AM
rw-r--r--
📄
composer.json
1.1 KB
08/12/2024 10:32:54 AM
rw-r--r--
📁
metadata
-
08/12/2024 10:35:04 AM
rwxr-xr-x
📄
owlbot.py
2.36 KB
08/12/2024 10:32:54 AM
rw-r--r--
📄
phpunit.xml.dist
333 bytes
08/12/2024 10:32:54 AM
rw-r--r--
📄
renovate.json
112 bytes
08/12/2024 10:32:55 AM
rw-r--r--
📁
src
-
08/12/2024 10:36:18 AM
rwxr-xr-x
📁
tests
-
08/12/2024 10:33:58 AM
rwxr-xr-x
Editing: composer.json
Close
{ "name": "google/common-protos", "type": "library", "description": "Google API Common Protos for PHP", "keywords": [ "google" ], "homepage": "https://github.com/googleapis/common-protos-php", "license": "Apache-2.0", "require": { "php": "^8.0", "google/protobuf": "^3.6.1" }, "require-dev": { "phpunit/phpunit": "^9.6" }, "autoload": { "psr-4": { "Google\\Api\\": "src/Api", "Google\\Cloud\\": "src/Cloud", "Google\\Iam\\": "src/Iam", "Google\\Rpc\\": "src/Rpc", "Google\\Type\\": "src/Type", "GPBMetadata\\Google\\Api\\": "metadata/Api", "GPBMetadata\\Google\\Cloud\\": "metadata/Cloud", "GPBMetadata\\Google\\Iam\\": "metadata/Iam", "GPBMetadata\\Google\\Logging\\": "metadata/Logging", "GPBMetadata\\Google\\Rpc\\": "metadata/Rpc", "GPBMetadata\\Google\\Type\\": "metadata/Type" } }, "extra": { "component": { "id": "common-protos", "target": "googleapis/common-protos-php.git", "path": "CommonProtos", "entry": "README.md" } } }