Skip to content

IBX-11485: Update doc for Symfony 7.4#3098

Open
mnocon wants to merge 3 commits into5.0from
symfony-7.4
Open

IBX-11485: Update doc for Symfony 7.4#3098
mnocon wants to merge 3 commits into5.0from
symfony-7.4

Conversation

@mnocon
Copy link
Contributor

@mnocon mnocon commented Mar 19, 2026

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

@github-actions
Copy link

Preview of modified files

Preview of modified Markdown:

@mnocon mnocon changed the title Update doc for Symfny 7.4 Update doc for Symfony 7.4 Mar 19, 2026
@mnocon mnocon marked this pull request as ready for review March 19, 2026 09:49
@mnocon mnocon requested review from konradoboza and micszo March 19, 2026 09:50
@mnocon mnocon requested a review from ViniTou March 19, 2026 09:55
``` 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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, added in eb85427 , could you have a look?

Recipes - love them when they work, hate them when they don't 😓

@konradoboza
Copy link
Contributor

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. 😉

@konradoboza konradoboza changed the title Update doc for Symfony 7.4 IBX-11485: Update doc for Symfony 7.4 Mar 20, 2026
@mnocon mnocon requested a review from ViniTou March 20, 2026 11:25
Copy link
Contributor

@konradoboza konradoboza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @ViniTou and @mnocon!

@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants