From 5f598bfd3b4c18a639d828022a3fae8c18f63db9 Mon Sep 17 00:00:00 2001 From: Sang Nguyen Date: Mon, 6 Jul 2020 22:58:04 +0700 Subject: [PATCH] Change to use ezyang/htmlpurifier v4.13 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2c50015..974572c 100755 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "illuminate/config": "^5.1|^6.0|^7.0", "illuminate/support": "^5.1|^6.0|^7.0", "illuminate/filesystem": "^5.1|^6.0|^7.0", - "ezyang/htmlpurifier": "4.12.*" + "ezyang/htmlpurifier": "4.13.*" }, "require-dev": { "phpunit/phpunit": "^4.8|^5.0",