Closed fsangar closed 2 weeks 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.
Dropping the Symfony 4.x support is okay, but will be a BC break.
Approved the tests to run, these are failing.
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.