JanDC/critical-css

css-selector version

Opened this issue · 2 comments

SetiZ commented

I wanted to use your library to take care of the critical css, but I am faced with this in Symfony 4:
Restricting packages listed in "symfony/symfony" to "4.3.*"


  Problem 1
    - jandc/css-from-html-extractor 1.2.0 requires symfony/css-selector ^2.7|~3.0 -> no matching package found.```

Is there anyway to upgrade?
JanDC commented

Hi @SetiZ,

I will look into upgrading the requirements, providing there are no BC breaks.

PS: I'm also accepting PR's ;)

SetiZ commented

Yeah, I am still figuring out how to make it work locally with symfony. Doesn't seem so easy ^^