Open burzum opened 5 years ago
Thank you for let us know about this issue. A new version 4.0.2
was created with the fix, however the Symfony package (v4.3.4)
still with the deprecation warning :( . As we selected the package version in the composer ^4.3
I expected our project will be automatically fixed as soon the Symfony team fix that.
References: https://travis-ci.org/byjg/migration-cli/jobs/584193582
Thanks for the quick reply. Yes looks like we'll have to wait or use our own implementation. The Symfony console pulls in a lot dependencies we would like to avoid as we try to have as less dependencies as possible.
To be honest, I don't like of the bunch of dependencies as well. If you have some alternative of the console, please let me know. I would love to replace it :)
I fixed the deprecation issue by changing the code. You can download the release 4.0.3.
@byjg check https://github.com/thephpleague/climate/ if you're also looking for something with less dependencies. It won't pull half of the Symfony framework in.
Excellent tip!! Maybe this can help me: https://climate.thephpleague.com/arguments/
I'm running php 7.3.9 and getting this:
I know it's the Symfony console dependency and not your repo, so my question is can you update the dependency to a version that might have fixed this?
Edit: I actually figured out it is already using v4.3.4 which seems to be the latest version.