Switch to Symfony’s HTML Sanitizer package

This commit is contained in:
Jonny Barnes 2022-06-02 09:40:34 +01:00
parent e91f3e0d17
commit e98a90fe1e
4 changed files with 212 additions and 88 deletions

View file

@ -10,9 +10,9 @@
"license": "CC0-1.0",
"require": {
"php": "^8.0",
"ext-dom": "*",
"ext-intl": "*",
"ext-json": "*",
"ext-dom": "*",
"cviebrock/eloquent-sluggable": "^9.0",
"fruitcake/laravel-cors": "^2.0",
"guzzlehttp/guzzle": "^7.0.1",
@ -31,7 +31,7 @@
"predis/predis": "~1.0",
"spatie/browsershot": "~3.0",
"spatie/commonmark-highlighter": "^3.0",
"tgalopin/html-sanitizer": "^1.1"
"symfony/html-sanitizer": "^6.1"
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.0",