Because this module requires `symfony/polyfill-php80` there is a conflict with the core which also requires same. This causes errors like title. more details at https://github.com/zikula/core/issues/4414 The problem is that often such dependencies are transitive. In this example: media-module -> james-heinrich/getid3 -> php-http/cache-plugin -> symfony/polyfill-php80 One solution would be to simply delete the contents from the module's `vendor` dir before it is released.
Because this module requires
symfony/polyfill-php80there is a conflict with the core which also requires same. This causes errors like title.more details at zikula/core#4414
The problem is that often such dependencies are transitive.
In this example:
One solution would be to simply delete the contents from the module's
vendordir before it is released.