Skip to content

Commit

Permalink
php: remove explicit version in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
stanley-cheung committed Jun 13, 2016
1 parent 55ca239 commit f38f2bb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion 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.15.0",
"keywords": ["rpc"],
"homepage": "http://grpc.io",
"license": "BSD-3-Clause",
Expand Down
1 change: 0 additions & 1 deletion templates/composer.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"name": "grpc/grpc",
"type": "library",
"description": "gRPC library for PHP",
"version": "${settings.php_version.php()}",
"keywords": ["rpc"],
"homepage": "http://grpc.io",
"license": "BSD-3-Clause",
Expand Down

0 comments on commit f38f2bb

Please sign in to comment.