hshn / base64-encoded-file

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

feat: added symfony 5.x compatibility #23

Closed hshn closed 3 years ago

hshn commented 3 years ago

Added symfony 5.x compatibility and php8 support.

Also dropped outdated Symfony and PHP version supports. (Please see composer.json and travis.yml for more detail)

closes #22