-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add symfony 5.0 dependency #22
Comments
I see two occurrences of the HttpFoundation dependency: Both are very simple cases of usage of its File class. So I don't expect any limitations about Symfony 5 compatibility. Is there another reason, why that super simple PR is not accepted since march? The limitation on Symfony 4 prevents me from updating my project to Symfony 5.1 now (I really don't know why it didn't prevent the Upgrade to 5.0 before, because it should have). So please could you accept the PR and release a new version? In the meantime, I used the branch from the PR #23 in my composer.json, by adding the repository and the specific branch:
Thnaks @gnutix ! |
If you just need to get decoded data from data uri use https://www.php.net/manual/en/wrappers.data.php |
Hello,
Do you think your library would work with symfony/http-foundation 5.0 ?
Thank you
The text was updated successfully, but these errors were encountered: