APY / APYBreadcrumbTrailBundle

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

Update symfony/deprecation-contracts? #85

Closed knallcharge closed 1 year ago

knallcharge commented 1 year ago

Is it possible to update symfony/deprecation-contracts to 3.*?

Currently v2.4 is preventing other packages from updating, e.g. api-platform:

rvanlaak commented 1 year ago

According to the composer.json it is requiring v3 already? https://github.com/APY/APYBreadcrumbTrailBundle/blob/master/composer.json#L12

knallcharge commented 1 year ago

It is in master, it's not in the symfony6-branch which I was using: https://github.com/APY/APYBreadcrumbTrailBundle/blob/feature/php81-symfony6/composer.json

rvanlaak commented 1 year ago

master with Symfony 6.x support was tagged after that, so I think you can stop using that unstable feature branch 👍