chore: add Symfony 7 support - #52
Conversation
bpolaszek
commented
Jun 15, 2024
Very good job @mRoca ! |
mRoca
commented
Jun 17, 2024
Hi @bpolaszek, I totally agree with you, but it would indeed imply spending too much time for this PR. IMHO, the best option would be using Doctrine with in-memory sqlite db, but it should maybe be the point of another PR. |
mRoca
commented
Jun 25, 2024
@bpolaszek I've just added a |
rcournault
commented
Jul 12, 2024
@bpolaszek Why not merge this Pull Request ? |
bpolaszek
commented
Jul 15, 2024
Thank you @mRoca ! 🙏 |
rcournault
commented
Jul 15, 2024
@bpolaszek Thank you ! Can you create a release / version / tag plz ? Can you do a realesed so I can update my project with composer ? |
bpolaszek
commented
Jul 15, 2024
I'd like to embed this one in the release, meanwhile you can On Github, subscribe to the |
Fixes#49
Nothing changed in the src dir, except removing of sf4 dedicated blocs.
I've updated some dev vendors, but
--prefer-lowestdeps are still not usable, especially because ofbentools/doctrine-staticold doctrine requirement (I've added someDoctrine\Common\Persistenceold interfaces stubs in order to keep using it).