Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Commit

Permalink
Update integration-individual package dependencies. (#449)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
chingor13 authored Jun 11, 2018
1 parent 7292354 commit 665049a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions testapps/integration-individual-packages/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 665049a

Please sign in to comment.