Skip to content

Commit

Permalink
chore: remove "version" from composer.json
Browse files Browse the repository at this point in the history
See https://getcomposer.org/doc/04-schema.md#description

> Optional if the package repository can infer the version from somewhere, such as the VCS tag name in the VCS repository. In that case it is also recommended to omit it.

That is the case with github, the tag is inferred from the git tag, so it should be omitted.
  • Loading branch information
bshaffer authored Sep 27, 2021
1 parent bb9bdbf commit e7d6499
Showing 1 changed file with 0 additions and 1 deletion.
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": "google/grpc-gcp",
"description": "gRPC GCP library for channel management",
"license": "Apache-2.0",
"version": "0.1.5",
"require": {
"php": ">=5.5.0",
"google/protobuf": "^v3.3.0",
Expand Down

0 comments on commit e7d6499

Please sign in to comment.