slope-it / breadcrumb-bundle

A bundle for generating dynamic breadcrumbs in Symfony applications
Other
10 stars 4 forks source link

doctrine/annotations is needed #20

Closed devbysb closed 9 months ago

devbysb commented 11 months ago

Hi, with php8 normally we don't need doctrine/annotations have you plane to remove this dependency ? (in v2)

devbysb commented 9 months ago

Hi, If I disable annotations to resolve all symfony 6.4 deprecations with this

in the framework.yml file annotations: false

The breadcrumb not working

The service "slope_it.breadcrumb.listener" has a dependency on a non-existent service "annotation_reader".

Is an update is planned ?

asprega commented 9 months ago

Hi! Sorry for the late reply. Yes, I'm planning to remove support for annotations altogether. I will update this issue once completed (hopefully by the end of the year). Thanks!

asprega commented 9 months ago

This was released as part of 2.0.0. Thanks!