hshn / base64-encoded-file

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

Symfony3 support #3

Closed conradfr closed 8 years ago

conradfr commented 8 years ago

Due to the use of the ~2.x in composer.json you currently can't install this project within a Symfony3 project.

You could add "|~3.0" to version constraints on Symfony components to fix it (if nothing break).

May do a PR if I got the time.

hshn commented 8 years ago

Thank you for reporting! I've added the suggested version constraint and released as v1.2.0.

For more information, please see https://github.com/hshn/base64-encoded-file/releases/tag/v1.2.0

conradfr commented 8 years ago

Great, thanks !