From e7d64993b5f8c241dfc4d2ec076f9e6967460f57 Mon Sep 17 00:00:00 2001 From: Brent Shaffer Date: Mon, 27 Sep 2021 15:54:45 -0700 Subject: [PATCH] chore: remove "version" from composer.json 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. --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 01a56cda57..fd0b9be6c2 100644 --- a/composer.json +++ b/composer.json @@ -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",