-
Notifications
You must be signed in to change notification settings - Fork 1
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
backport container aware #7
Conversation
c0e7dff
to
e4839e7
Compare
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.
Else it looks good for me. Not sure about the failing CI.
5dd2c54
to
4de601c
Compare
composer.json
Outdated
"symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0", | ||
"symfony/http-kernel": "^5.4 || ^6.0 || ^7.0" | ||
"doctrine/phpcr-bundle": "^1.3 || ^2.0 || ^3.0", | ||
"symfony/config": "^6.4 || ^7.0", |
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.
with symfony < 6.4, we end up with a too old version of the symfony-cmf/testing bundle that is not compatible with phpcr-odm 2. is this an acceptable solution for you?
if not i would probably need to backport phpcr-odm 2 support into testing version 4...
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.
I did have discussion with @chirimoya lately and we did say that we need still support Symfony 5.4 as its a LTS is still running.
Can you conflict the symfony-cmf/testing version?
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.
ok, i fixed symfony-cmf/testing 4 to work with symfony 5.4 to 7. it was a bit of a mess to figure it out but in the end did not need many hacks.
aab15cd
to
aa39b6d
Compare
aa39b6d
to
fcc932e
Compare
No description provided.