From 665049a96e8282ab311e69cb90d7905e6e619803 Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Mon, 11 Jun 2018 14:32:12 -0700 Subject: [PATCH] Update integration-individual package dependencies. (#449) The combination of dependencies with the latest updates failed to load a compatible gax version. Uncaught Error: Class 'Google\ApiCore\CredentialsWrapper' not found in /app/vendor/google/cloud-core/src/GrpcTrait.php:102 --- testapps/integration-individual-packages/composer.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/testapps/integration-individual-packages/composer.json b/testapps/integration-individual-packages/composer.json index 5c30ed06..1ca4cdcd 100644 --- a/testapps/integration-individual-packages/composer.json +++ b/testapps/integration-individual-packages/composer.json @@ -9,9 +9,8 @@ "ext-grpc": "*", "ext-protobuf": "*", "silex/silex": "^1.3", - "google/cloud-logging": "^1.7.0", - "google/cloud-error-reporting": "^0.7.0", - "google/gax": "^0.27" + "google/cloud-logging": "^1.11", + "google/cloud-error-reporting": "^0.10" }, "require-dev": { "behat/mink": "^1.7",