bump microhtml to get joinHTML
This commit is contained in:
parent
efe8bd5f43
commit
849b760b0b
2 changed files with 8 additions and 8 deletions
|
@ -42,7 +42,7 @@
|
||||||
"shish/eventtracer-php" : "^2.0",
|
"shish/eventtracer-php" : "^2.0",
|
||||||
"shish/ffsphp" : "^1.0",
|
"shish/ffsphp" : "^1.0",
|
||||||
"shish/microcrud" : "^2.0",
|
"shish/microcrud" : "^2.0",
|
||||||
"shish/microhtml" : "^2.0",
|
"shish/microhtml" : "^2.2",
|
||||||
"shish/gqla" : "dev-main",
|
"shish/gqla" : "dev-main",
|
||||||
"enshrined/svg-sanitize" : "^0.16",
|
"enshrined/svg-sanitize" : "^0.16",
|
||||||
|
|
||||||
|
|
14
composer.lock
generated
14
composer.lock
generated
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "e4d47676467ba492d3be2d43d3950b9d",
|
"content-hash": "b945fc1a992b5b1a449f5fe7612af514",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "bower-asset/jquery",
|
"name": "bower-asset/jquery",
|
||||||
|
@ -729,16 +729,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "shish/microhtml",
|
"name": "shish/microhtml",
|
||||||
"version": "v2.1.0",
|
"version": "v2.2.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/shish/microhtml.git",
|
"url": "https://github.com/shish/microhtml.git",
|
||||||
"reference": "afef3aac229b514ed5b4afbfb2d970d1419313c8"
|
"reference": "824d8541c7f0662e26d03d65d865d8f13ea57a72"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/shish/microhtml/zipball/afef3aac229b514ed5b4afbfb2d970d1419313c8",
|
"url": "https://api.github.com/repos/shish/microhtml/zipball/824d8541c7f0662e26d03d65d865d8f13ea57a72",
|
||||||
"reference": "afef3aac229b514ed5b4afbfb2d970d1419313c8",
|
"reference": "824d8541c7f0662e26d03d65d865d8f13ea57a72",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -775,9 +775,9 @@
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/shish/microhtml/issues",
|
"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",
|
"name": "webonyx/graphql-php",
|
||||||
|
|
Reference in a new issue