Stefan Bürk

Results 44 comments of Stefan Bürk

So far this worked with laravel 10.* for us. Found another issue, but unrelated to that raise. Maybe having a dual version constraint would be better. Any plan's on v10...

@saitho Read the whole thread again. > In my functional test I want to load an extension with typo3fluid/fluid dependency via $testExtensionsToLoad. The point here is, that `$testExtensionsToLoad` is only...

Test fixture extension must be unique regarding composer.json name and extension key. Note that this would also fail later when moving to a composer based install using a central registration...

@eliashaeussler Don't act for now !!! In TF we usually do not merge it as merge-commits, so as long as we have dedicated commits for each thing it may be...

I know this is WIP, but I wanted to provide an early feedback on this. Basically, I would recommend to avoid using `QueryBuilder` or `Connection` methods (low-level api) for such...

To get this work, https://github.com/TYPO3-Continuous-Integration/TYPO3-CI-PHPStan must add a additional configuration option to provide additional phpstan options. So that it can be set in the github action workflow. Other way round...

The error format is only for the phpstan tool. So the matrix of other jobs are not relevant here. Generally there are 3 options here for this task, as far...

:thinking: :thought_balloon: :thinking: :door:

If you want to allow CI runs on fork "on push" for "all branches", checking the repository owner may be the way. In the end, it will not prevent "double...

I would postulate that it is best practice to support all php version that supported core version supports. So if TYPO3 v11 is supported, PHP7.4 *must* be supported too. In...