hshn / base64-encoded-file

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

Update composer for older Symfony #9

Closed NoMan2000 closed 6 years ago

NoMan2000 commented 6 years ago

The versioning is way too specific. That is almost certainly a bug.

As written:

https://semver.mwl.be/#?package=symfony%2Fhttp-foundation&version=~3.0.9%7C%5E4.0.4&minimum-stability=stable

Proposed fix:

https://semver.mwl.be/#?package=symfony%2Fhttp-foundation&version=%5E3.0.9%7C%5E4.0.4&minimum-stability=stable

hshn commented 6 years ago

@NoMan2000

Good catch! I had a mistake. Thank you for your PR.