You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.
For some reason we require sonata-projec/block-bundle the the requirement on sonata-project/seo-bundle. Cause of that the required configuration sonata_block.default_contexts: [cms] must be configured.
So we have got two choices:
add that configuration into our reciepes
remove the requirement on sonata's block-bundle
I have no clue how this could work.
The text was updated successfully, but these errors were encountered:
I talked on sonata chat. They indroduced it as optionial dependency and it jumps on main dependencies for no reason. So i could, if i have time, move it back on sonata-project/seo-bundle. We should exclude the problematic versions here by adding them to conflicts ins composer.json.
For some reason we require
sonata-projec/block-bundle
the the requirement onsonata-project/seo-bundle
. Cause of that the required configurationsonata_block.default_contexts: [cms]
must be configured.So we have got two choices:
I have no clue how this could work.
The text was updated successfully, but these errors were encountered: