-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[BC BREAK?] upgrade 2.8.20 -> 2.8.21 new exception #23053
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
Comments
the line in question is here |
core composer file is here |
Do you see the same when running |
@xabbuh it fails on manual clearing also:
|
@craigh give me this please php app/console -vvv cache:clear |
|
Reproducer is easy: git clone [email protected]:zikula/core.git
cd core
composer ins
composer up boom |
also - I pushed a branch and you can see errors on travis |
@nicolas-grekas - thank you for confirming. |
I had a look into it. The reason this did not happen before was the bugfix that was made in #22900. What now happens is that the parent Though the question is if we should really do all the initialization in the |
Closing here as this has been resolved in Zikula. |
I am attempting to upgrade from 2.8.20 -> 2.8.21 on composer update, I get this exception:
if I downgrade composer requirement for
symfony/symfony
to2.8.20
then all returns to normal.I have installed:
The text was updated successfully, but these errors were encountered: