Active
Project:
Commerce Gift Card
Version:
2.0.0-alpha2
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Apr 2026 at 12:38 UTC
Updated:
1 May 2026 at 05:00 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
rhovlandConsidering the project's composer.json file lists compatibility with both ^2.20 and ^3 either you specified the wrong version of the module in your composer requirement or you have a stale composer cache or something.
Did you do
composer require 'drupal/commerce_giftcard:^2.0@alpha'? Did it try to install 2.0.0-alpha2 or something else?Comment #3
brendanrjohn commentedYes I did
composer require 'drupal/commerce_giftcard:^2.0@alpha'and it has installed 2.0.0-alpha2. I see the dependencies in composer.json the same as you say ^2.20 and ^3, but on extend page it has the error I listed. Screenshot attached. I wonder what the* ? *means. Is it failing to identify the version of Commerce installed?