Skip to content

Commit

Permalink
Merge pull request #22 from ZhouyihaiDing/update_composer
Browse files Browse the repository at this point in the history
clean composer.json
  • Loading branch information
ZhouyihaiDing committed Jul 30, 2018
2 parents 6cf59a3 + 830fbe5 commit 5102d0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "google/grpc-gcp",
"description": "gRPC gcp library for channel management",
"description": "gRPC GCP library for channel management",
"license": "Apache-2.0",
"version": "0.1.0",
"require": {
Expand All @@ -13,7 +13,7 @@
"autoload": {
"psr-4": {
"Grpc\\Gcp\\": "src/",
"": ["src/generated/"]
"": "src/generated/"
}
}
}

0 comments on commit 5102d0f

Please sign in to comment.