salsadigitalauorg / merlin-framework

Merlin - migration framework
GNU General Public License v3.0
16 stars 3 forks source link

Added symfony constraints (prevent html5parser) #67

Closed stooit closed 5 years ago

stooit commented 5 years ago

4.3.x of symfony/dom-crawler causes media processor to fail when blank attributes (e.g <img alt="") are present as these get rewritten as <img alt.

This adds a constraint to limit to 4.2.x.

Fixes #66