Bernhard Rusch
Bernhard Rusch
Oh, thanks a lot for pointing out 😊
We should keep this open until #12094 is done, because certain packages are only needed because of functionalities which will be moved to a bundle. Example: `symfony/form` is only used...
Proposed approach: ```php use Webmozarts\Console\Parallelization\Parallelization as WebmozartParallelization; if(trait_exists('\Webmozarts\Console\Parallelization\Parallelization')) { trait Parallelization { use WebmozartParallelization ... } // same as we do now } else { trait Parallelization { // trait...
and we add the package to the `suggest` section in `composer.json`.
Changed base to `11.x` ...
Thanks @blankse ! See discussion here: https://github.com/pimcore/pimcore/issues/3396 Actually it would be something for `11.x` (not a bug) - but we should discuss the details how it should work first 😊
@blankse Thanks, LGTM! 😊
@passioneight yes, of course. This task is just about restructuring and possibly also about priorities, but not about licensing 😊
@NiklasBr thanks for the hint, you're right, that should be deprecated, no reason to further support an unmaintained product.