KnpLabs / snappy

PHP library allowing thumbnail, snapshot or PDF generation from a url or a html page. Wrapper for wkhtmltopdf/wkhtmltoimage

Home Page:https://knplabs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support Symfony 7

tacman opened this issue · comments

Symfony 3 and 4 are at EOL, I think it's reasonable to only support 5.4+, or at least drop 3.4 support.

Also, shouldn't these be ^ and not ~?

"symfony/process": "~3.4||~4.3||~5.0||~6.0",

Old Symfony versions are already dropped in the v2-unstable branch.
I agree about supporting Symfony 7, which should be easy.

Hmm, I guess we need to make v2 stable!