Closed Baldinof closed 1 year ago
on a hurry for this to be released. any ETA?
I'm doing my best to find the time for this.
Would it be ok for you if the minimum required Symfony version is 6.1?
Also the code here should work, if someone can give it a try in a real app, it would be nice.
given that latest lts is 5.4 and that this feature is cutting edge at least IMO going for the next sf lts its good enough to 6.1 :+1: on my end
This PR will close my issue created earlier #109
It's mostly good now if someone wants to give it a try.
You have to change your composer.json
to point to this branch:
"require": {
...
"baldinof/roadrunner-bundle": "dev-rr-2023"
},
"repositories": [
{
"type": "git",
"url": "https://github.com/baldinof/roadrunner-bundle"
}
],
I just want to try some stuff with Doctrine before merging / releasing.
I will gave it a try in the next days
I can try it next week
@Baldinof I tested it today and from my tests everything works with no problems with rr server 2023.1.2
I just need to review the README and update the CHANGELOG and we should be good here :)
nice :) I have it on our testing environment and no problems popped up
thanks so much @Baldinof to busy here and haven test it yet. maybe today. but reviewing the changes it does feel like it should work
@Baldinof when do you plan to merge and create a release?
I just released 3.0.0
I need to also upgrade the Symfony recipe and we should be good :)
great work @Baldinof appreciated
any luck with this?