-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
Update dependency elie29/zend-phpdi-config to accept v9 #83
Update dependency elie29/zend-phpdi-config to accept v9 #83
Conversation
| datasource | package | from | to | | ---------- | ------------------------ | ----- | ----- | | packagist | elie29/zend-phpdi-config | 6.0.0 | 9.0.0 | Signed-off-by: Renovate Bot <bot@renovateapp.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This patch is alright, but I suggest doing it with composer update nothing
to force just the content-hash
to update.
That should keep the lock file compatible with the current setup, whilst allowing installation on newer versions too.
Actually, your patch is good, just unsure about these reported issues:
I wonder if we should just baseline those: they are only related to the console abstractions. |
Signed-off-by: Elie NEHME <elie29@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @elie29!
Description
Update elie29/zend-phpdi-config to accept v9.0 in order to be compatible with php 8.1