-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
Doctrine/persistence bundle compatibility #93
Comments
Could you open a PR? :) |
I really would like to but i found many other issue with compatibility. For example : It seems like the "problem" is much more deeper than i thought at first :) |
What happens if you try to downgrade your own dependency? |
I would prefer to not downgrade any the bundles. I tried it just for see that works or not. The composer require command with (--with-all-dependencies -- to downgrade where necessary) also failed. So it would not solve the problem either. |
It is coming from I prepared a PR but if it goes as in my fork, both static tests and integration won't pass although those files were not modified. I do not use Behat so I do not know if it related to compatibility or recent change.
and
edit: I just saw the master branch is having those problems so definitively not related to the PR. |
I tried to add this bundle to a sylius project(v.1.12.13) sf(6.4). According to composer its not possible because it's requirement is ^1.3 || ^2.0
and my project doctrine/persistence version is 3..2
The text was updated successfully, but these errors were encountered: