- Issue created by @dastan56
- πͺπΈSpain guiu.rocafort.ferrer Barcelona
@dastan56 Can you specify the exact composer command you tried to execute ? I cannot reproduce this myself.
- π§πͺBelgium andreasderijcke Antwerpen / Gent
I think this originates from the dependency declaration in the info.yml, which is incorrect:
dependencies: - 'block:block'
should be
dependencies: - 'drupal:block'
I've never seen mistake here bubble to composer, but since there is no composer.json in the module, this seems the most likely source of this problem.
- π§πͺBelgium andreasderijcke Antwerpen / Gent
I've tried on D10.2, D10.3, D10.4.
composer require "drupal/social_media_platforms:^1.0.1"
always works,
composer require "drupal/social_media_platforms:^1.0.2"
always results in the error. - Merge request !3Issue 3485558 Correct dependency for core block module. β (Merged) created by andreasderijcke
- π§πͺBelgium andreasderijcke Antwerpen / Gent
See MR for dependency declaration correction. Can't guarantee this will fix the issue.
-
guiu.rocafort.ferrer β
committed 93245f0d on 1.0.x authored by
andreasderijcke β
Issue #3485558 by andreasderijcke, niharika.s, dastan56: Cannot install...
-
guiu.rocafort.ferrer β
committed 93245f0d on 1.0.x authored by
andreasderijcke β
- πͺπΈSpain guiu.rocafort.ferrer Barcelona
I made a few adjustments to the composer.json file to fix the pipeline execution.
I also confirmed the original issue with the composer require is fixed.Merging the issue, thanks everyone !
Automatically closed - issue fixed for 2 weeks with no activity.