Skip to content

Commit

Permalink
add composer.json to top level for packagist submission
Browse files Browse the repository at this point in the history
  • Loading branch information
stanley-cheung committed May 28, 2015
1 parent 5ae14d1 commit 9cb508d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "grpc/grpc",
"type": "library",
"description": "gRPC library for PHP",
"keywords": ["rpc"],
"homepage": "http://grpc.io",
"license": "BSD-3-Clause",
"require": {
"php": ">=5.5.0",
"google/auth": "dev-master"
},
"autoload": {
"psr-4": {
"Grpc\\": "src/php/lib/Grpc/"
}
}
}

0 comments on commit 9cb508d

Please sign in to comment.