-
-
Notifications
You must be signed in to change notification settings - Fork 344
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
allow doctrine/persistence ^4.0 #1826
Conversation
@@ -56,6 +57,12 @@ public function registerBundles(): iterable | |||
new TwigBundle(), | |||
new DoctrineFixturesBundle(), | |||
]; | |||
|
|||
if (class_exists(StimulusBundle::class)) { |
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.
8609121
to
590bbf6
Compare
Tested locally with For installing 4.0 on CI this needs fixes and releases for
|
590bbf6
to
d6393b9
Compare
d6393b9
to
e40f969
Compare
@@ -47,8 +47,9 @@ | |||
"twig/twig": "^3.0" | |||
}, | |||
"require-dev": { | |||
"ext-pdo_sqlite": "*", |
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.
why is it now needed ?
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.
Well running tests without it fails so I thought let's make it explicit?
Subject
I am targeting this branch, because its BC..
Changelog