-
Notifications
You must be signed in to change notification settings - Fork 34
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
Sf 3.4/4.0 compatibility #59
Comments
I think we reached full compatibility with sf3.4 and sf4. I've installed the bundles with a clean symfony 4 (with flex) install and everything worked as expected after all the fixes. |
Reopening the issue as I found some problems with the debug command |
Hi, get this error: |
So problem that bernard/bernard use old symfony/event-dispatcher can you please update this? |
Hmm yes, I've used a symfony flex setup to test this but it used indeed the 3.4 version of the event-dispatcher. Therefor I didn't have any issues. I will bump the version on the library itself and post and update in this issue! Thanks for reporting! |
Thanks for this work :) 🍻 When do you plan to create a release with theses changes ? |
I'm currently waiting for bernardphp/normalt#9 to be merged and have a new version of normat released. When this is done I can fix sf4 support on bernard and tag a new version of this bundle. I hope to do it before the end of the year, but it depends on when the normalt pr gets merged |
Any update on this issue? I am looking forward to have BernardBundle in SF4. Thanks for all the work! |
I just tagged a new version of |
@tomaskadlec feel free to test also in you application if the current |
updates? |
It would be nice if you could finally tag this. |
I'm currently busy on other projects so I don't really have time to actively test the sf4 compatibility. So it would be a huge help if you could test Otherwise I will try to make some time anywhere soon to test this again |
What I can say: I'm using Symfony 3.4.4 with current dev-master (which uses bernard/bernard 1.0.0-alpha9). Using Amazon SQS as Messagequeue. (I just need to find time to update the doc of Amazon SQS in this repo. (I use the latest amazon sdk php - in the docs of bernard/bernard a very old version (2.4) of aws-sdk-php is mentioned) Using aws-sdk-php 2.4->2.8
Using aws-sdk-php 3.60...
|
I run into this problem when I run with symfony 3.4 and php 7.3 Problem 1 Any suggestions? |
We have a running version right now for symfony 4.3 having I think migrating to https://symfony.com/doc/current/messenger.html is the best option for the future |
The text was updated successfully, but these errors were encountered: