From 74a16b7bb0f1338fd6fad26f020c7f0b0bbd0289 Mon Sep 17 00:00:00 2001 From: ghost Date: Wed, 13 Dec 2023 21:09:07 +0200 Subject: [PATCH] add clitor-is-protocol/kevacoin requirement --- composer.json | 1 + composer.lock | 32 +++++++++++++++++++++++++++++++- 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b4da811..c16a785 100644 --- a/composer.json +++ b/composer.json @@ -9,6 +9,7 @@ "php": ">=8.2", "ext-ctype": "*", "ext-iconv": "*", + "clitor-is-protocol/kevacoin": "^1.0", "jdenticon/jdenticon": "^1.0", "kevachat/kevacoin": "^1.0", "league/commonmark": "^2.4", diff --git a/composer.lock b/composer.lock index 6f827e5..76786f0 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,38 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "e917d4dd989fd03714122ef9bbb41e65", + "content-hash": "0fb27de664b5580fdbb61b1f7758e99b", "packages": [ + { + "name": "clitor-is-protocol/kevacoin", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/clitor-is-protocol/kevacoin-php.git", + "reference": "23e7c13e915f6fc99a67173ac8bf1771e6cd2c0d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/clitor-is-protocol/kevacoin-php/zipball/23e7c13e915f6fc99a67173ac8bf1771e6cd2c0d", + "reference": "23e7c13e915f6fc99a67173ac8bf1771e6cd2c0d", + "shasum": "" + }, + "type": "library", + "autoload": { + "psr-4": { + "ClitorIsProtocol\\Kevacoin\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "support": { + "issues": "https://github.com/clitor-is-protocol/kevacoin-php/issues", + "source": "https://github.com/clitor-is-protocol/kevacoin-php/tree/1.0.0" + }, + "time": "2023-12-13T18:54:41+00:00" + }, { "name": "dflydev/dot-access-data", "version": "v3.0.2",