From dafea9ceac918c4c3cd9bc7c436009a95dfb1643 Mon Sep 17 00:00:00 2001 From: Pavel Zhytomirsky Date: Mon, 12 Mar 2018 20:11:02 +0200 Subject: [PATCH] License details in composer.json file (#3) --- composer.json | 2 ++ composer.lock | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index e56be1b..1870511 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,8 @@ { "name": "decred/decred-php-api", "description": "PHP API for the Decred Cryptocurrency", + "license": "ISC", + "keywords": ["decred", "crypto", "dcr", "bitcoin"], "autoload": { "psr-4": { "Decred\\": "src/Decred", diff --git a/composer.lock b/composer.lock index d6af997..0f582bd 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "ace65c98784c2c994f075472bde284a2", - "content-hash": "fe5f0111879458ffe2cc86a0445b6229", + "hash": "26b05b4a4a47da6729e756ae9abec742", + "content-hash": "27f44fb075e44b0576e9a1d1d40765fc", "packages": [ { "name": "fgrosse/phpasn1",