From c4b1b4149b527f6cc8582aa34f046665220c6849 Mon Sep 17 00:00:00 2001 From: Don Hardman Date: Thu, 26 Aug 2021 21:45:17 +0200 Subject: [PATCH] Upgrade version of binary codec --- composer.json | 2 +- composer.lock | 69 +++++++++++++++++++++++++++++++++++++++++++++------ 2 files changed, 62 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index f53db77..dd44324 100644 --- a/composer.json +++ b/composer.json @@ -27,6 +27,6 @@ } }, "require": { - "muvon/kiss-binary-codec": "^0.3.0" + "muvon/kiss-binary-codec": "^0.4.0" } } diff --git a/composer.lock b/composer.lock index 2674a26..7605000 100644 --- a/composer.lock +++ b/composer.lock @@ -4,22 +4,25 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "f7c68a623d953a72d6e332f09090ce0f", + "content-hash": "720ecf66f86b112fc512580055c25e79", "packages": [ { "name": "muvon/kiss-binary-codec", - "version": "0.3.0", + "version": "0.4.0", "source": { "type": "git", "url": "https://github.com/Muvon/php-kiss-binary-codec.git", - "reference": "189ec1d878764763ebba84bf22ac134c7355eb86" + "reference": "a0ed34e16cf56fc05962ebb52024d11510c80ca9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Muvon/php-kiss-binary-codec/zipball/189ec1d878764763ebba84bf22ac134c7355eb86", - "reference": "189ec1d878764763ebba84bf22ac134c7355eb86", + "url": "https://api.github.com/repos/Muvon/php-kiss-binary-codec/zipball/a0ed34e16cf56fc05962ebb52024d11510c80ca9", + "reference": "a0ed34e16cf56fc05962ebb52024d11510c80ca9", "shasum": "" }, + "require": { + "muvon/kiss-varint": "^0.2.0" + }, "require-dev": { "phpunit/phpunit": "^10" }, @@ -53,9 +56,59 @@ ], "support": { "issues": "https://github.com/Muvon/php-kiss-binary-codec/issues", - "source": "https://github.com/Muvon/php-kiss-binary-codec/tree/0.3.0" + "source": "https://github.com/Muvon/php-kiss-binary-codec/tree/0.4.0" + }, + "time": "2021-08-26T19:40:49+00:00" + }, + { + "name": "muvon/kiss-varint", + "version": "0.2.0", + "source": { + "type": "git", + "url": "https://github.com/Muvon/php-kiss-varint.git", + "reference": "fbf597b114cde1da2fd0bca54a902994eb46bad3" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Muvon/php-kiss-varint/zipball/fbf597b114cde1da2fd0bca54a902994eb46bad3", + "reference": "fbf597b114cde1da2fd0bca54a902994eb46bad3", + "shasum": "" + }, + "require-dev": { + "phpunit/phpunit": "^10" + }, + "type": "library", + "autoload": { + "psr-4": { + "Muvon\\KISS\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Muvon Co. Ltd", + "email": "contact@muvon.io" + } + ], + "description": "varint read and pack convertion int/uint", + "keywords": [ + "bitclout", + "decoder", + "encoder", + "int", + "kiss", + "lightweight", + "uint", + "varint" + ], + "support": { + "issues": "https://github.com/Muvon/php-kiss-varint/issues", + "source": "https://github.com/Muvon/php-kiss-varint/tree/0.2.0" }, - "time": "2021-04-04T12:25:06+00:00" + "time": "2021-08-17T10:08:27+00:00" } ], "packages-dev": [ @@ -1818,5 +1871,5 @@ "prefer-lowest": false, "platform": [], "platform-dev": [], - "plugin-api-version": "2.0.0" + "plugin-api-version": "2.1.0" }