composer update htmlpurifier

This commit is contained in:
Mario Vavti
2020-08-22 19:50:15 +02:00
parent 53a010d1d4
commit 32bdf42913
74 changed files with 62 additions and 8938 deletions

13
composer.lock generated
View File

@@ -210,16 +210,16 @@
},
{
"name": "ezyang/htmlpurifier",
"version": "v4.12.0",
"version": "v4.13.0",
"source": {
"type": "git",
"url": "https://github.com/ezyang/htmlpurifier.git",
"reference": "a617e55bc62a87eec73bd456d146d134ad716f03"
"reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/a617e55bc62a87eec73bd456d146d134ad716f03",
"reference": "a617e55bc62a87eec73bd456d146d134ad716f03",
"url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/08e27c97e4c6ed02f37c5b2b20488046c8d90d75",
"reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75",
"shasum": ""
},
"require": {
@@ -235,6 +235,9 @@
},
"files": [
"library/HTMLPurifier.composer.php"
],
"exclude-from-classmap": [
"/library/HTMLPurifier/Language/"
]
},
"notification-url": "https://packagist.org/downloads/",
@@ -253,7 +256,7 @@
"keywords": [
"html"
],
"time": "2019-10-28T03:44:26+00:00"
"time": "2020-06-29T00:56:53+00:00"
},
{
"name": "league/html-to-markdown",