APY / APYBreadcrumbTrailBundle

Generate a dynamic Twig breadcrumbs trail via Annotations, PHP Attributes or PHP methods.
81 stars 32 forks source link

Fixed #92 - Update dependencies to symfony v7.0 #95

Closed fsangar closed 2 weeks ago

fsangar commented 9 months ago

This update removes the use of Annotations (e.g., @Breadcrumb("Level 1")) and now requires the use of Attributes (e.g., #[Breadcrumb(title: 'Level 1')]). There are some deprecations in the code that should be addressed.

rvanlaak commented 9 months ago

Dropping the Symfony 4.x support is okay, but will be a BC break.

Approved the tests to run, these are failing.