Skip to content

Commit

Permalink
php: update example composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
stanley-cheung committed Jul 8, 2016
1 parent 8b24908 commit 692a38f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion examples/php/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
}
],
"require": {
"grpc/grpc": "dev-release-0_13"
"grpc/grpc": "v0.15.0"
}
}
1 change: 0 additions & 1 deletion src/php/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "grpc/grpc",
"type": "library",
"description": "gRPC library for PHP",
"version": "0.14.0",
"keywords": ["rpc"],
"homepage": "http://grpc.io",
"license": "BSD-3-Clause",
Expand Down

0 comments on commit 692a38f

Please sign in to comment.