From ae91c0de11a9bd48e6dca59710edae93b2edb5dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luka=CC=81s=CC=8C=20Homza?= Date: Mon, 25 Nov 2019 11:14:42 +0100 Subject: [PATCH] update purifier for php 7.4 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5ab846d..f4ff1ea 100755 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "illuminate/config": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || ~6", "illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || ~6", "illuminate/filesystem": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || ~6", - "ezyang/htmlpurifier": "4.11.*" + "ezyang/htmlpurifier": "4.12.*" }, "require-dev": { "phpunit/phpunit": "^4.8|^5.0",