The social_pwa.info.yml file contains the following line.
core_version_requirement: ^8 || ^9
The activity_send_push.info.yml file contains the following lines.
core: 8.x
core_version_requirement: ^8 || ^9
Since this branch is using semantic version, it won't be compatible with any Drupal version earlier than drupal 8.8.3. The value for core_version_requirement needs to be updated to core_version_requirement: ^8.9 || ^9.
Changing the value for core_version_requirement also requires to remove the core key.
The same change isn't necessary for the 8.x-1.x branch, since at least a branch needs to be compatible with every Drupal 8 version (despite they aren't supported).
Comments
Comment #2
avpadernoIt would preferable to first commit the patch for #3256169: Use namespaced dependencies.
Comment #3
imustakim commentedI will review it.
Comment #4
imustakim commentedComment #5
imustakim commentedPatch #2 works fine.
Comment #6
robertragas commentedBy now this has been changed to 9 || 10 so this change is not needed anymore, so setting it to fixed and will credit you both for the work.
Comment #7
robertragas commented