Conversation
Preview of modified filesPreview of modified Markdown: |
| ``` bash | ||
| yarn upgrade @ibexa/frontend-config @ibexa/ts-config | ||
| composer require ibexa/headless:v5.0.7 --with-all-dependencies --no-scripts | ||
| composer recipes:install ibexa/headless --force -v |
There was a problem hiding this comment.
due to how flex resolves recipes, and that we forked JMSTranslationBundle this command at first installs recipes for our fork - so it tries to add JMSTranslationBundle to bundles.php which is already there, and then it UNinstall recipes for original repository and that step eventually removes entry from bundles.php. There is no easy way around that, that would not affect fresh installs, so our suggestion at this moment is that after recipes:install you should manually restore
JMS\TranslationBundle\JMSTranslationBundle::class => ['all' => true], in bundles.php in old position
There was a problem hiding this comment.
Thanks, added in eb85427 , could you have a look?
Recipes - love them when they work, hate them when they don't 😓
|
I took the liberty to add https://ibexa.atlassian.net/browse/IBX-11485 to this one, since it basically resolves this issue by adding an additional step. 😉 |
|



Target: Link change is for 5.0 only, but update instructions are 4.6 and 5.0
Adding update instructions for Symfony 7.4
JIRA: https://ibexa.atlassian.net/browse/IBX-11485