- Issue created by @poonam09
PHP : 8.3
Drupal : 10.4.2
Composer : 2.6.6
Drush : 13.3.3.0
Group : 3.3.3
Trying to install the group_media_library module, which depends on group_finder version 2.0. However, the group_finder module is only available in alpha versions,
Run the command in composer to install the module : composer require 'drupal/group_media_library:^2.0@alpha'
I have updated the composer.json file in group_media_library directory to specify the group_finder module version as 2.0, ensuring compatibility with the required dependencies. After making this change, I proceeded with the module installation, and the process completed successfully.
Active
2.0
Code