heimrichhannot / contao-filter-bundle

A generic filter for contao entities.
GNU Lesser General Public License v3.0
4 stars 1 forks source link

remove heimrichhannot/truncate-html #33

Closed ericges closed 4 months ago

ericges commented 4 months ago

The dependency heimrichhannot/truncate-html is ubiquitous and also abandoned.

The truncate services in services.yml were redeclared nonsensically, meaning copy-pasted from the truncate-html extension. The twig filter truncateHtml provided by that extension isn't used anywhere in the templates.

If contao-filter-bundle is installed alongside or as a dependency of other extensions that rely on the inherited dependency, these should declare it as a dependency on their own either way.

Therefore, it is save to remove heimrichhannot/truncate-html from the dependencies of this bundle.