update lock clucknut
All checks were successful
All checks were successful
This commit is contained in:
14
vendor/google/gax/composer.json
vendored
14
vendor/google/gax/composer.json
vendored
@@ -10,7 +10,7 @@
|
||||
"google/auth": "^1.49",
|
||||
"google/grpc-gcp": "^0.4",
|
||||
"grpc/grpc": "^1.13",
|
||||
"google/protobuf": "^4.31",
|
||||
"google/protobuf": "^4.31||^5.34",
|
||||
"guzzlehttp/promises": "^2.0",
|
||||
"guzzlehttp/psr7": "^2.0",
|
||||
"google/common-protos": "^4.4",
|
||||
@@ -19,9 +19,9 @@
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^9.6",
|
||||
"squizlabs/php_codesniffer": "4.*",
|
||||
"phpspec/prophecy-phpunit": "^2.1",
|
||||
"phpstan/phpstan": "^2.0"
|
||||
"phpstan/phpstan": "^2.0",
|
||||
"google/cloud-tools": "^0.16.1"
|
||||
},
|
||||
"conflict": {
|
||||
"ext-protobuf": "<4.31.0"
|
||||
@@ -36,13 +36,15 @@
|
||||
"psr-4": {
|
||||
"Google\\ApiCore\\Dev\\": "dev/src",
|
||||
"Google\\ApiCore\\Tests\\": "tests",
|
||||
"GPBMetadata\\Google\\": "metadata/Google"
|
||||
"GPBMetadata\\Google\\": "metadata/Google",
|
||||
"Google\\Showcase\\": "tests/Conformance/src",
|
||||
"GPBMetadata\\Google\\Showcase\\": "tests/Conformance/metadata"
|
||||
}
|
||||
},
|
||||
"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"
|
||||
"cs-lint": "vendor/bin/php-tools cs-fixer googleapis/gax-php --ref $(git rev-parse --abbrev-ref HEAD) --flags \"\\-n --dry-run\"",
|
||||
"cs-fix": "vendor/bin/php-tools cs-fixer googleapis/gax-php --ref $(git rev-parse --abbrev-ref HEAD) --flags \"\\-n\""
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user