From 849b760b0b8c71915543f55c4a9779703e93b34a Mon Sep 17 00:00:00 2001 From: Shish Date: Thu, 17 Aug 2023 18:04:41 +0100 Subject: [PATCH] bump microhtml to get joinHTML --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 22e36479..7f17ff5c 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,7 @@ "shish/eventtracer-php" : "^2.0", "shish/ffsphp" : "^1.0", "shish/microcrud" : "^2.0", - "shish/microhtml" : "^2.0", + "shish/microhtml" : "^2.2", "shish/gqla" : "dev-main", "enshrined/svg-sanitize" : "^0.16", diff --git a/composer.lock b/composer.lock index 2276eea2..37110b8f 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "e4d47676467ba492d3be2d43d3950b9d", + "content-hash": "b945fc1a992b5b1a449f5fe7612af514", "packages": [ { "name": "bower-asset/jquery", @@ -729,16 +729,16 @@ }, { "name": "shish/microhtml", - "version": "v2.1.0", + "version": "v2.2.1", "source": { "type": "git", "url": "https://github.com/shish/microhtml.git", - "reference": "afef3aac229b514ed5b4afbfb2d970d1419313c8" + "reference": "824d8541c7f0662e26d03d65d865d8f13ea57a72" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/shish/microhtml/zipball/afef3aac229b514ed5b4afbfb2d970d1419313c8", - "reference": "afef3aac229b514ed5b4afbfb2d970d1419313c8", + "url": "https://api.github.com/repos/shish/microhtml/zipball/824d8541c7f0662e26d03d65d865d8f13ea57a72", + "reference": "824d8541c7f0662e26d03d65d865d8f13ea57a72", "shasum": "" }, "require": { @@ -775,9 +775,9 @@ ], "support": { "issues": "https://github.com/shish/microhtml/issues", - "source": "https://github.com/shish/microhtml/tree/v2.1.0" + "source": "https://github.com/shish/microhtml/tree/v2.2.1" }, - "time": "2023-02-04T13:02:26+00:00" + "time": "2023-08-17T16:39:06+00:00" }, { "name": "webonyx/graphql-php",