OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
firebase
/
vendor
/
grpc
/
grpc
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:25 AM
rwxr-xr-x
📄
LICENSE
11.29 KB
08/12/2024 10:32:56 AM
rw-r--r--
📄
MAINTAINERS.md
786 bytes
08/12/2024 10:32:56 AM
rw-r--r--
📄
README.md
366 bytes
08/12/2024 10:32:56 AM
rw-r--r--
📄
composer.json
579 bytes
08/12/2024 10:32:56 AM
rw-r--r--
📁
etc
-
08/12/2024 10:33:16 AM
rwxr-xr-x
📁
src
-
08/12/2024 10:34:05 AM
rwxr-xr-x
Editing: composer.json
Close
{ "name": "grpc/grpc", "type": "library", "description": "gRPC library for PHP", "keywords": ["rpc"], "homepage": "https://grpc.io", "license": "Apache-2.0", "version": "1.57.0", "require": { "php": ">=7.0.0" }, "require-dev": { "google/auth": "^v1.3.0" }, "suggest": { "ext-protobuf": "For better performance, install the protobuf C extension.", "google/protobuf": "To get started using grpc quickly, install the native protobuf library." }, "autoload": { "psr-4": { "Grpc\\": "src/lib/" } } }