zikula-modules / MediaModule

A Zikula module to handle all sorts of media.
https://ziku.la
MIT License
8 stars 1 forks source link

cannot declare interface Stringable, because the name is already in use #239

Open craigh opened 3 years ago

craigh commented 3 years ago

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.