Closed victorstanciu closed 2 years ago
Hello, same problem here.
Dependency in composer.json are up-to-date but on packagist requirements are not ?
Thank you
By default, packagist shows the latest release, not the dev version. Support for Symfony 6 has been merged but not released yet.
if you switch to the dev-master version on Packagist, it shows sypport for Symfony 6 in the constraints.
Thank you @stof !! Waiting for a release 2.2.4 :)
I'm working on the release
The release is now done.
First of all, thank you for this great library ♥
Symfony 6.0 has been released recently, but any projects that depend on
tijsverkoyen/css-to-inline-styles
can't be upgraded because the dependency onsymfony/css-selector
is limited to^2.7 || ^3.0 || ^4.0 || ^5.0
.