Exercise / HTMLPurifierBundle

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

Problem install it on Symfony 3.0.6 with composer #38

Closed MasterB closed 8 years ago

MasterB commented 8 years ago

It's not possible to install it on Standard Symfony 3.0.6 with composer. Any plans to do this step?

spolischook commented 8 years ago

no, we use this version as well. Please contribute fix, I can create branch and tag new version for symfony 3 support

spolischook commented 8 years ago

please make PR to master branch.

MasterB commented 8 years ago

Oh, the Symfony 3 fix was committed @christoph-hautzinger on 01.12.15 at [17:42] so it's already done. The problem is, the new version it not tagged (v0.2.3)

Until then I use:

"require": {
        "exercise/htmlpurifier-bundle": "dev-master"
}