diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/composer.json b/composer.json index 9a3833161..3695b8c9d 100644 --- a/composer.json +++ b/composer.json @@ -1,9 +1,11 @@ { "name": "apache/thrift", "description": "Apache Thrift RPC system", - "homepage": "http://thrift.apache.org/", + "homepage": "https://thrift.apache.org/", "type": "library", + "keywords": ["RPC"], "license": "Apache-2.0", + "readme": "README.md", "authors": [ { "name": "Apache Thrift Developers", @@ -28,10 +30,10 @@ "autoload-dev": { "psr-4": {"Test\\Thrift\\": "lib/php/test/"} }, - "minimum-stability": "dev", + "minimum-stability": "stable", "extra": { "branch-alias": { - "dev-master": "1.0.0-dev" + "dev-master": "1.0.x-dev" } } } |