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

WIP: Add Grpc Interceptor and integration test #189

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Prev Previous commit
Revert "Use the PHP only repo for the dev source - smaller repo"
This reverts commit a8fdb11.
  • Loading branch information
chingor13 committed May 15, 2018
commit c89f316dad840b5044df6aad7cb427ff93157fbe
2 changes: 1 addition & 1 deletion tests/integration/grpc/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"grpc": {
"type": "git",
"url": "https://github.com/grpc/grpc-php"
"url": "https://github.com/grpc/grpc"
}
}
}