From 5cd0fa6ec16f3af30614e88f9f70a08a4f8851ca Mon Sep 17 00:00:00 2001 From: Maxim Razenkov Date: Tue, 11 Oct 2022 16:56:52 +0300 Subject: [PATCH 1/2] upgrade ezyang/htmlpurifier --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1d72160..3bd3e12 100755 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "illuminate/config": "^5.8|^6.0|^7.0|^8.0|^9.0", "illuminate/support": "^5.8|^6.0|^7.0|^8.0|^9.0", "illuminate/filesystem": "^5.8|^6.0|^7.0|^8.0|^9.0", - "ezyang/htmlpurifier": "4.13.*" + "ezyang/htmlpurifier": "4.16.*" }, "require-dev": { "phpunit/phpunit": "^8.0|^9.0", From b32ef437300236a4a9eb2f6341314f2c7101ec06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?MeWebStudio=20-=20Muharrem=20ER=C4=B0N?= Date: Wed, 14 Dec 2022 12:02:18 +0300 Subject: [PATCH 2/2] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3bd3e12..8909620 100755 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "illuminate/config": "^5.8|^6.0|^7.0|^8.0|^9.0", "illuminate/support": "^5.8|^6.0|^7.0|^8.0|^9.0", "illuminate/filesystem": "^5.8|^6.0|^7.0|^8.0|^9.0", - "ezyang/htmlpurifier": "4.16.*" + "ezyang/htmlpurifier": "^4.16.*" }, "require-dev": { "phpunit/phpunit": "^8.0|^9.0",