Closed (fixed)
Project:
Social Media Platforms
Version:
1.0.2
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Nov 2024 at 05:20 UTC
Updated:
3 Feb 2025 at 11:09 UTC
Jump to comment: Most recent
Comments
Comment #2
guiu.rocafort.ferrer@dastan56 Can you specify the exact composer command you tried to execute ? I cannot reproduce this myself.
Comment #3
andreasderijckeI think this originates from the dependency declaration in the info.yml, which is incorrect:
should be
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.
Comment #4
andreasderijckeI've tried on D10.2, D10.3, D10.4.
always works,
composer require "drupal/social_media_platforms:^1.0.2"always results in the error.
Comment #6
andreasderijckeSee MR for dependency declaration correction. Can't guarantee this will fix the issue.
Comment #9
guiu.rocafort.ferrerI 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 !
Comment #10
guiu.rocafort.ferrer