symfony-cmf / routing-bundle

Symfony bundle to provide the CMF chain router to handle multiple routers, and the dynamic router to load routes from a database or other sources.
160 stars 78 forks source link

Sf7 #488

Closed dbu closed 5 months ago

dbu commented 6 months ago
Q A
Branch? "master"
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Fixed tickets -
License MIT
Doc PR -
acrobat commented 5 months ago

Hi @dbu, is there anything I can do to help move this PR forward and have Symfony 7 support released?

dbu commented 5 months ago

thanks for asking. there are a bunch of dependencies i have not yet released in new versions. i hope i am getting there soon.

acrobat commented 5 months ago

No worries! If you need some help or I need to test anything, just let me know!

dbu commented 5 months ago

will need some more testing and the slightly BC breaking cleanups for strict typing before releasing, but we are getting there \o/

dbu commented 5 months ago

just realized we don't do a new major version here. so no additional strict typing in src.

@acrobat @alexander-schranz i would be glad if you can test the current 3.x branch and open issues or confirm here if it works for you, both on older projects without updating anything else, and on a symfony 7 project.

alexander-schranz commented 5 months ago

I did test sulu/sulu manually the routing still seems to work like expected. Over composer I can not install the current versions because 3.0.3 of symfony-cmf/routing is not tagged yet and so even composer config minimum-stability dev can not install it but I manually checkout symfony-cmf/routing and symfony-cmf/routing-bundle 3.x branches manually in my vendor and it seems to work like expected.

dbu commented 5 months ago

strange about not being able to install symfony-cmf/routing 3.0.3 - i had created the tag in february already, i can see it on packagist: https://packagist.org/packages/symfony-cmf/routing#3.0.3 (but i forgot to create the release entry in github - but packagist looks at the git tags, not at github releases)

acrobat commented 5 months ago

@dbu I've tested the routing-bundle 3.x-dev against symfony 6.4 and everything seems to be working so far! I'm not able to test with symfony 7 yet as I'm still waiting for other libraries to add compatiblity.

dbu commented 5 months ago

https://github.com/symfony-cmf/routing-bundle/releases/tag/3.1.0