hshn / base64-encoded-file

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

Composer.json is wrong for dev-master/2.x@dev #8

Closed NoMan2000 closed 6 years ago

NoMan2000 commented 6 years ago

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

The current way it's written only allows Symfony version 3.0.9

"symfony/http-foundation": "~3.0.9|^4.0.4"

You almost certainly want:

"symfony/http-foundation": "^3.0.9|^4.0.4"

hshn commented 6 years ago

closed via #9