Matthias Althaus

Results 40 comments of Matthias Althaus

Still an issue. Did anybody solve this? We're still using Assetic. As it's dropped by Symfony 3.0 it seems to be time to move along: :disappointed:

I guess @Nadrshin misses an example how to config those.

In addition the route annotations ~~~php use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method; ~~~ got superseded by a single ~~~php use Symfony\Component\Routing\Annotation\Route; ~~~

I'm only using the bundle for an admin section, so the issue doesn't bother me, but I see your point. In general I'd suggest a [voter](https://symfony.com/doc/current/security/voters.html). Something like a `SgDatatableVoter`...

Any plans on moving this at some point into the free plan? It's an elemental feature in my eyes and I'd tend to fork or ditch uvdesk otherwise. :(

Just encountered a similar issue, but we're not using `::class` in our annotations. Edit: Seems the `::` is the source of the failure. We had some `@covers \My\Class\To\Refactor::someMethod` in our...

Is it working for you if you follow the redirect? ~~~php $client->followRedirects(); ~~~ I just got into the same issue. With auto-follow the client goes to the login page, gets...

I'm running 0.7.2 with PHP 8.1 in development. So it **should** work. ~~~ illuminate/collections v8.83.17 illuminate/contracts v8.83.17 illuminate/macroable v8.83.17 ~~~ Edit: I'd love if we'd get rid of the illuminate...

> About your comment @althaus how we can trace a path to get rid of these dependencies, is something possible? Based on a quick view the collection stuff is "only"...

:+1: to update on Bower.