|
|
@@ -4,7 +4,7 @@
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
|
"This file is @generated automatically"
|
|
|
],
|
|
|
- "content-hash": "79e704df6a1f0e82d133706c2ab8a98e",
|
|
|
+ "content-hash": "ed7eebc8a056a7e32a6817940c48882c",
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "adbario/php-dot-notation",
|
|
|
@@ -1179,6 +1179,382 @@
|
|
|
],
|
|
|
"time": "2020-05-25T06:13:54+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "google/auth",
|
|
|
+ "version": "v1.20.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/googleapis/google-auth-library-php.git",
|
|
|
+ "reference": "3a1a5c5b5a3006b3d05256d5df7066f37252112c"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/3a1a5c5b5a3006b3d05256d5df7066f37252112c",
|
|
|
+ "reference": "3a1a5c5b5a3006b3d05256d5df7066f37252112c",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "firebase/php-jwt": "~5.0",
|
|
|
+ "guzzlehttp/guzzle": "^6.2.1|^7.0",
|
|
|
+ "guzzlehttp/psr7": "^1.7|^2.0",
|
|
|
+ "php": "^7.1||^8.0",
|
|
|
+ "psr/cache": "^1.0|^2.0|^3.0",
|
|
|
+ "psr/http-message": "^1.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "guzzlehttp/promises": "0.1.1|^1.3",
|
|
|
+ "kelvinmo/simplejwt": "^0.2.5|^0.5.1",
|
|
|
+ "phpseclib/phpseclib": "^2.0.31",
|
|
|
+ "phpspec/prophecy-phpunit": "^1.1",
|
|
|
+ "phpunit/phpunit": "^7.5||^8.5",
|
|
|
+ "sebastian/comparator": ">=1.2.3",
|
|
|
+ "squizlabs/php_codesniffer": "^3.5"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2."
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Google\\Auth\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "Apache-2.0"
|
|
|
+ ],
|
|
|
+ "description": "Google Auth Library for PHP",
|
|
|
+ "homepage": "http://github.com/google/google-auth-library-php",
|
|
|
+ "keywords": [
|
|
|
+ "Authentication",
|
|
|
+ "google",
|
|
|
+ "oauth2"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "docs": "https://googleapis.github.io/google-auth-library-php/main/",
|
|
|
+ "issues": "https://github.com/googleapis/google-auth-library-php/issues",
|
|
|
+ "source": "https://github.com/googleapis/google-auth-library-php/tree/v1.20.1"
|
|
|
+ },
|
|
|
+ "time": "2022-04-12T15:24:52+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "google/common-protos",
|
|
|
+ "version": "v3.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/googleapis/common-protos-php.git",
|
|
|
+ "reference": "168393c1d19297fde8d5c875a540ba92c5aa970c"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/googleapis/common-protos-php/zipball/168393c1d19297fde8d5c875a540ba92c5aa970c",
|
|
|
+ "reference": "168393c1d19297fde8d5c875a540ba92c5aa970c",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "google/protobuf": "^3.6.1"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^4.8.36||^8.5",
|
|
|
+ "sami/sami": "*"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Google\\": "src",
|
|
|
+ "GPBMetadata\\Google\\": "metadata"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "Apache-2.0"
|
|
|
+ ],
|
|
|
+ "description": "Google API Common Protos for PHP",
|
|
|
+ "homepage": "https://github.com/googleapis/common-protos-php",
|
|
|
+ "keywords": [
|
|
|
+ "google"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/googleapis/common-protos-php/issues",
|
|
|
+ "source": "https://github.com/googleapis/common-protos-php/tree/v3.0.0"
|
|
|
+ },
|
|
|
+ "time": "2022-07-29T20:50:18+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "google/gax",
|
|
|
+ "version": "v1.17.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/googleapis/gax-php.git",
|
|
|
+ "reference": "bb8d95187dcfebe04a40d2de916951fa4942fc35"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/googleapis/gax-php/zipball/bb8d95187dcfebe04a40d2de916951fa4942fc35",
|
|
|
+ "reference": "bb8d95187dcfebe04a40d2de916951fa4942fc35",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "google/auth": "^1.18.0",
|
|
|
+ "google/common-protos": "^1.3.1||^2.0||^3.0",
|
|
|
+ "google/grpc-gcp": "^0.2",
|
|
|
+ "google/longrunning": "^0.2",
|
|
|
+ "google/protobuf": "^3.21.4",
|
|
|
+ "grpc/grpc": "^1.13",
|
|
|
+ "guzzlehttp/promises": "^1.3",
|
|
|
+ "guzzlehttp/psr7": "^1.7.0||^2",
|
|
|
+ "php": ">=7.0"
|
|
|
+ },
|
|
|
+ "conflict": {
|
|
|
+ "ext-protobuf": "<3.7.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpspec/prophecy": "^1.10",
|
|
|
+ "phpunit/phpunit": "^5.5||^8.5",
|
|
|
+ "squizlabs/php_codesniffer": "3.*",
|
|
|
+ "yoast/phpunit-polyfills": "^1.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Google\\ApiCore\\": "src",
|
|
|
+ "GPBMetadata\\ApiCore\\": "metadata/ApiCore"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "description": "Google API Core for PHP",
|
|
|
+ "homepage": "https://github.com/googleapis/gax-php",
|
|
|
+ "keywords": [
|
|
|
+ "google"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/googleapis/gax-php/issues",
|
|
|
+ "source": "https://github.com/googleapis/gax-php/tree/v1.17.0"
|
|
|
+ },
|
|
|
+ "time": "2022-09-12T15:22:54+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "google/grpc-gcp",
|
|
|
+ "version": "v0.2.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/GoogleCloudPlatform/grpc-gcp-php.git",
|
|
|
+ "reference": "2465c2273e11ada1e95155aa1e209f3b8f03c314"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/GoogleCloudPlatform/grpc-gcp-php/zipball/2465c2273e11ada1e95155aa1e209f3b8f03c314",
|
|
|
+ "reference": "2465c2273e11ada1e95155aa1e209f3b8f03c314",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "google/auth": "^1.3",
|
|
|
+ "google/protobuf": "^v3.3.0",
|
|
|
+ "grpc/grpc": "^v1.13.0",
|
|
|
+ "php": ">=5.5.0",
|
|
|
+ "psr/cache": "^1.0.1||^2.0.0||^3.0.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "google/cloud-spanner": "^1.7",
|
|
|
+ "phpunit/phpunit": "4.8.36"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Grpc\\Gcp\\": "src/"
|
|
|
+ },
|
|
|
+ "classmap": [
|
|
|
+ "src/generated/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "Apache-2.0"
|
|
|
+ ],
|
|
|
+ "description": "gRPC GCP library for channel management",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/GoogleCloudPlatform/grpc-gcp-php/issues",
|
|
|
+ "source": "https://github.com/GoogleCloudPlatform/grpc-gcp-php/tree/v0.2.0"
|
|
|
+ },
|
|
|
+ "time": "2021-09-27T22:57:18+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "google/longrunning",
|
|
|
+ "version": "v0.2.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/googleapis/php-longrunning.git",
|
|
|
+ "reference": "5b7500eede9d6b18ef038bef0b5449cbf085e1d6"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/googleapis/php-longrunning/zipball/5b7500eede9d6b18ef038bef0b5449cbf085e1d6",
|
|
|
+ "reference": "5b7500eede9d6b18ef038bef0b5449cbf085e1d6",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "google/gax": "^1.13.0",
|
|
|
+ "phpunit/phpunit": "^4.8|^5.0|^8.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "component": {
|
|
|
+ "id": "longrunning",
|
|
|
+ "path": "LongRunning",
|
|
|
+ "entry": null,
|
|
|
+ "target": "googleapis/php-longrunning"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Google\\LongRunning\\": "src/LongRunning",
|
|
|
+ "Google\\ApiCore\\LongRunning\\": "src/ApiCore/LongRunning",
|
|
|
+ "GPBMetadata\\Google\\Longrunning\\": "metadata/Longrunning"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "Apache-2.0"
|
|
|
+ ],
|
|
|
+ "description": "Google LongRunning Client for PHP",
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/googleapis/php-longrunning/tree/v0.2.0"
|
|
|
+ },
|
|
|
+ "time": "2022-08-05T00:41:21+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "google/protobuf",
|
|
|
+ "version": "v3.21.8",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/protocolbuffers/protobuf-php.git",
|
|
|
+ "reference": "6377c52338fd18634dddf6becfde94b8b16cd9f5"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/protocolbuffers/protobuf-php/zipball/6377c52338fd18634dddf6becfde94b8b16cd9f5",
|
|
|
+ "reference": "6377c52338fd18634dddf6becfde94b8b16cd9f5",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.0.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": ">=5.0.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-bcmath": "Need to support JSON deserialization"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Google\\Protobuf\\": "src/Google/Protobuf",
|
|
|
+ "GPBMetadata\\Google\\Protobuf\\": "src/GPBMetadata/Google/Protobuf"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "description": "proto library for PHP",
|
|
|
+ "homepage": "https://developers.google.com/protocol-buffers/",
|
|
|
+ "keywords": [
|
|
|
+ "proto"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/protocolbuffers/protobuf-php/tree/v3.21.8"
|
|
|
+ },
|
|
|
+ "time": "2022-10-18T18:22:00+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "grpc/grpc",
|
|
|
+ "version": "1.42.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/grpc/grpc-php.git",
|
|
|
+ "reference": "9fa44f104cb92e924d4da547323a97f3d8aca6d4"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/grpc/grpc-php/zipball/9fa44f104cb92e924d4da547323a97f3d8aca6d4",
|
|
|
+ "reference": "9fa44f104cb92e924d4da547323a97f3d8aca6d4",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "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."
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Grpc\\": "src/lib/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "Apache-2.0"
|
|
|
+ ],
|
|
|
+ "description": "gRPC library for PHP",
|
|
|
+ "homepage": "https://grpc.io",
|
|
|
+ "keywords": [
|
|
|
+ "rpc"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/grpc/grpc-php/tree/v1.42.0"
|
|
|
+ },
|
|
|
+ "time": "2021-11-19T08:13:51+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "guzzle/guzzle",
|
|
|
"version": "v3.9.3",
|
|
|
@@ -4651,6 +5027,56 @@
|
|
|
"description": "thinkphp template driver",
|
|
|
"time": "2019-10-07T12:23:10+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "volcengine/volc-sdk-php",
|
|
|
+ "version": "v1.0.54",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/volcengine/volc-sdk-php.git",
|
|
|
+ "reference": "a8f818e60faab207c794d9bad0cf161ceb0a3c4b"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/volcengine/volc-sdk-php/zipball/a8f818e60faab207c794d9bad0cf161ceb0a3c4b",
|
|
|
+ "reference": "a8f818e60faab207c794d9bad0cf161ceb0a3c4b",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-json": "*",
|
|
|
+ "ext-openssl": "*",
|
|
|
+ "google/gax": "*",
|
|
|
+ "google/protobuf": "*",
|
|
|
+ "guzzlehttp/guzzle": "*",
|
|
|
+ "php": ">=7.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Test\\": "tests/",
|
|
|
+ "Volc\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "bytedance"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/volcengine/volc-sdk-php/issues",
|
|
|
+ "source": "https://github.com/volcengine/volc-sdk-php/tree/v1.0.54"
|
|
|
+ },
|
|
|
+ "time": "2022-11-11T07:42:29+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "workerman/channel",
|
|
|
"version": "v1.0.5",
|
|
|
@@ -4882,5 +5308,5 @@
|
|
|
"ext-mbstring": "*"
|
|
|
},
|
|
|
"platform-dev": [],
|
|
|
- "plugin-api-version": "2.2.0"
|
|
|
+ "plugin-api-version": "2.3.0"
|
|
|
}
|