currenly one can not install this module via Composer due to the change from another issue: https://www.drupal.org/project/scheduled_delete/issues/3071982

the error message is as follows:
drupal/scheduled_delete 1.2.0 requires drupal/automated_cron-automated_cron * -> no matching package found.

the reason is that automated_cron is a core module, thus the correct namespacing should be:
drupal:automated_cron

Comments

reszli created an issue. See original summary.

reszli’s picture

Status: Active » Needs review
StatusFileSize
new412 bytes

attached patch to solve this

sandboxpl’s picture

Status: Needs review » Reviewed & tested by the community
Related issues: +#3071982: Dependency namespacing + description change in .info.yml file

Indeed, it looks like change introduced in #3071982 caused this.
Proposed patch looks good, it should unblock the installation

reszli’s picture

Status: Reviewed & tested by the community » Needs review
StatusFileSize
new976 bytes

actually, there is an issue in the composer.json file as well
as the module is currently said to be a library so it installs under vendor instead of modules/contrib

attached patch that fixes that as well

sandboxpl’s picture

Status: Needs review » Reviewed & tested by the community

Right, well spotted, it would be nice to fix both issues at once

uditrawat’s picture

uditrawat’s picture

Status: Reviewed & tested by the community » Fixed
uditrawat’s picture

Status: Fixed » Closed (fixed)
uditrawat’s picture