-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. #3
Comments
Thank you for let us know about this issue. A new version 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: |
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.
The text was updated successfully, but these errors were encountered: