allow vendord
All checks were successful
Build, Push and Deploy / build-and-push (push) Successful in 3m3s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 16s
Build, Push and Deploy / deploy-staging (push) Successful in 32s
Build, Push and Deploy / deploy-production (push) Has been skipped
Build, Push and Deploy / cleanup (push) Successful in 1s
All checks were successful
Build, Push and Deploy / build-and-push (push) Successful in 3m3s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 16s
Build, Push and Deploy / deploy-staging (push) Successful in 32s
Build, Push and Deploy / deploy-production (push) Has been skipped
Build, Push and Deploy / cleanup (push) Successful in 1s
This commit is contained in:
48
vendor/google/gax/composer.json
vendored
Normal file
48
vendor/google/gax/composer.json
vendored
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"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": "^8.1",
|
||||
"google/auth": "^1.49",
|
||||
"google/grpc-gcp": "^0.4",
|
||||
"grpc/grpc": "^1.13",
|
||||
"google/protobuf": "^4.31",
|
||||
"guzzlehttp/promises": "^2.0",
|
||||
"guzzlehttp/psr7": "^2.0",
|
||||
"google/common-protos": "^4.4",
|
||||
"google/longrunning": "~0.4",
|
||||
"ramsey/uuid": "^4.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^9.6",
|
||||
"squizlabs/php_codesniffer": "4.*",
|
||||
"phpspec/prophecy-phpunit": "^2.1",
|
||||
"phpstan/phpstan": "^2.0"
|
||||
},
|
||||
"conflict": {
|
||||
"ext-protobuf": "<4.31.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Google\\ApiCore\\": "src",
|
||||
"GPBMetadata\\ApiCore\\": "metadata/ApiCore"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Google\\ApiCore\\Dev\\": "dev/src",
|
||||
"Google\\ApiCore\\Tests\\": "tests",
|
||||
"GPBMetadata\\Google\\": "metadata/Google"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"regenerate-test-protos": "dev/sh/regenerate-test-protos.sh",
|
||||
"test": "./vendor/bin/phpunit",
|
||||
"cs-lint": "vendor/bin/phpcs --standard=./ruleset.xml",
|
||||
"cs-fix": "vendor/bin/phpcbf --standard=./ruleset.xml"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user