symfony / webpack-encore-bundle

Symfony integration with Webpack Encore!
https://symfony.com/webpack-encore
MIT License
933 stars 83 forks source link

Relaxing symfony/service-contracts requirement #217

Closed weaverryan closed 1 year ago

weaverryan commented 1 year ago

Fixes #214. For 2.0, I was tightening up & updating version constraints. This one was over-tightened. The 1.1.9 and 2.1.3 versions were when 8.0 support was fixed/added. We only need this contract for the ResetInterface, I believe.

Cheers!