Skip to content

allow installation with symfony 8 and test with php 8.5#410

Open
dbu wants to merge 6 commits into3.xfrom
sf8
Open

allow installation with symfony 8 and test with php 8.5#410
dbu wants to merge 6 commits into3.xfrom
sf8

Conversation

@dbu
Copy link
Member

@dbu dbu commented Dec 3, 2025

  • fix that flex is not correctly forcing everything to symfony 8 (the symfony 8 builds have some symfony 7.4 packages)
  • we need to rewrite all service configuration from xml to php (use this tool to automate that mostly)

@alexander-schranz
Copy link
Contributor

alexander-schranz commented Jan 13, 2026

fix that flex is not correctly forcing everything to symfony 8 (the symfony 8 builds have some symfony 7.4 packages)

Seems be related to doctrine-bundle version constraint.

composer.json Outdated
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
"doctrine/doctrine-bundle": "^2.0.3 || ^3.0",

@alexander-schranz
Copy link
Contributor

alexander-schranz commented Feb 7, 2026

additional the doctrine/phpcr-odm requires also an update to support doctrine/persistence 4.

Looks like there is already: doctrine/phpcr-odm#881

@dbu
Copy link
Member Author

dbu commented Mar 18, 2026

yay, build is green. @alexander-schranz do you have the possibility to try this branch in a real application to check for possible BC breaks? there should be none, but we touch quite a few places and test coverage might not be perfect.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants