hshn / base64-encoded-file

Provides handling for base64 encoded files, and the integration of symfony/form
MIT License
39 stars 24 forks source link

Improve compatibility to support Symfony 5 #19

Closed silverbackdan closed 4 years ago

silverbackdan commented 4 years ago

Fixes #18 This PR aims to make this bundle Symfony 5 compatible by making all tests pass for Symfony 5 along side the current tests for Symfony 2 and 3.

Travis test config updated to test Symfony 5 with php 7.4.

silverbackdan commented 4 years ago

Not sure why the check status here hasn't update yet. Perhaps it will but in case it doesn't here is the link: https://travis-ci.org/github/silverbackdan/base64-encoded-file/builds/681678949

Thank you for creating this little package @hshn - it's a very useful thing!

hshn commented 4 years ago

@silverbackdan

Thank you so much!

Not sure why the check status here hasn't update yet. Perhaps it will but in case it doesn't here is the link:

I've reconfigured settings and rebuilt the build, then the check status was updated as expected.