aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/php/composer.json')
-rw-r--r--src/php/composer.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/php/composer.json b/src/php/composer.json
index a4fba7e4f6..c6a74c5c84 100644
--- a/src/php/composer.json
+++ b/src/php/composer.json
@@ -1,8 +1,8 @@
{
"name": "grpc/grpc-dev",
"description": "gRPC library for PHP - for Developement use only",
- "license": "BSD-3-Clause",
- "version": "1.4.0",
+ "license": "Apache-2.0",
+ "version": "1.5.0",
"require": {
"php": ">=5.5.0",
"google/protobuf": "^v3.3.0"