Exercise / HTMLPurifierBundle

HTML Purifier is a standards-compliant HTML filter library written in PHP.
http://htmlpurifier.org/
Other
275 stars 56 forks source link

Add support for Symfony 6 #85

Closed Ishadijcks closed 2 years ago

Ishadijcks commented 2 years ago

Could you update the composer.json to also support Symfony 6, which will be released by the end of this month (November)?

bastien70 commented 2 years ago

Any news about the support of Symfony 6 ? I'm currently blocked by this vendor

- Root composer.json requires exercise/htmlpurifier-bundle ^3.1.0 -> satisfiable by exercise/htmlpurifier-bundle[v3.1.0].
    - exercise/htmlpurifier-bundle v3.1.0 requires symfony/config ~3.4 || ~4.0 || ^5.0 -> found symfony/config[v3.4.0-BETA1, ..., 3.4.x-dev, v4.0.0-BETA1, ..., 4.4.x-dev, v5.0.0-BETA1, ..., 5.4.x-dev] but these were not loaded, likely because it conflicts with another require.
sunchuo commented 2 years ago

+1

aramhovsepyan commented 2 years ago

+1

gyulaafodorr commented 2 years ago

+1

rtfjr86 commented 2 years ago

+1

Cryde commented 2 years ago

For people (like me) who search an alternative : https://github.com/tgalopin/html-sanitizer-bundle Also this kind of things will be available in SF6.1 https://symfony.com/blog/new-in-symfony-6-1-htmlsanitizer-component
If you can't use yet SF6.1 this alternative is a good choice

HeahDude commented 2 years ago

v4.0 has just been tagged with support for Symfony 6. Thank you for your patience.