mmikkel / Retcon-Craft

A collection of powerful Twig filters for modifying HTML
MIT License
79 stars 9 forks source link

Composer requirement for symfony/dom-crawler #44

Closed AndrewMac closed 2 years ago

AndrewMac commented 2 years ago

Hello there, and thanks so much for the wonderful plugin!

I'm just having one little issue, though: I was trying to get the markhuot/craft-pest plugin installed, but its composer requirements clashed with those for Retcon.

markhuot/craft-pest 1.0.0-alpha7 requires symfony/dom-crawler ^6.0.3
mmikkel/retcon 2.5.0 requires symfony/dom-crawler (^3.3.6|^4.0|^5.0)

Provided there is no compatibility issue, of course, do you think it might be possible to add dom-crawler ^6.0 to Retcon?

The Craft Pest plugin looks really useful, but I'm afraid I can't give up Retcon! ;-)

More on Pest (if you're interested) at: https://github.com/markhuot/craft-pest

Thanks in advance for any help or advice you may be able to give with this.

Cheers, Andrew

mmikkel commented 2 years ago

Resolved in Retcon 2.6.0 :)

ghost commented 2 years ago

Thanks so much. Really, really appreciate it :-)