Andreas Schempp

Results 655 comments of Andreas Schempp

Any idea why `AnnotationDriver` should be related to bundle autoloading?

I wonder if newer version of jQuery are supported though, the then whole version constraint should be adjusted.

Our Contao 4.13 LTS is compatible with the Symfony 5.4 LTS, which still supports PHP 7.4.

> However, their minimum version doesn't force your minimum. You're absolutely right. What I tried to say was that we probably have similar reasons to not require PHP8 as Symfony...

For Symfony 3.3 this could be updated to `%kernel.project_dir%`

@tjenkinson you might consider using `semver.valid` like this: https://github.com/contao/contao-manager/blob/8d86a863d585d5d202c9dec85cb29d977f896ab9/src/store/packages.js#L195-L199

> i expect some people to have implemented https://github.com/symfony/symfony/blob/6.1/src/Symfony/Component/Routing/RouterInterface.php with their own custom logic. e.g. to bridge into a legacy application, or for a much simpler thing than dynamic router....

I [Contao CMS](https://github.com/contao/contao) we use a lot of these features and would need to rewrite if they are gone. But I would also agree that we use most of them...

Also, the article alias should be unique _just for one page_ and not the whole page structure imho

My solution would still allow for insert tags, but you would be responsible for a correct alias. I almost never use alias for insert tags though.