- Issue created by @msn5158
- Status changed to Postponed: needs info
almost 2 years ago 4:04pm 7 February 2023 - ๐ณ๐ฑNetherlands sutharsan
@msn5158, can you describe the situation in which this occurs? Preferably in the form of steps to reproduce?
- Status changed to Needs review
almost 2 years ago 4:04pm 16 February 2023 - ๐ฎ๐ณIndia arisen Goa
Tried composer installation of the module on drupal 10.0.0. It works.
But looks like for me it doesn't install the stable release of the module instead it installs from the dev branch 4.0.x.
Check the attached screenshot. Confirmed the same in the composer.lock.Probably adding
"prefer-stable": true
in the root composer should solve the above issue. - Status changed to RTBC
about 1 year ago 10:09am 5 October 2023 - ๐ฑ๐ปLatvia biguzis
This is because 4.0.3 version doesn't allow to use D10 from composer.json side. Dev version contains
"^9 || ^10"
and it allowed it to install for @arisen.
Fix would be to create a new release for proper D10 support. Till then -composer require drupal/radioactivity:^4.0.0@dev
- ๐บ๐ธUnited States robphillips
For those who need this now without installing a dev version. Use this patch along with drupal-lenient on version 4.0.3.
- Status changed to Postponed: needs info
10 months ago 12:16pm 11 February 2024 - ๐ณ๐ฑNetherlands sutharsan
Version 4.0.3 was released with
core_version_requirement: ^9 || ^10
. Is this issue still now resolved?Please mark this issue 'closed' when it is resolved.
- Status changed to Active
8 months ago 10:20pm 26 March 2024 - ๐ณ๐ฎNicaragua dinarcon
This is still an issue. Version 4.0.3 contains
core_version_requirement: ^9 || ^10
in the radioactivity.info.yml file, but the issue reported here is not being able to add the module via Composer. That is because 4.0.3 does not declare Drupal 10 compatibility in the composer.json file. See https://git.drupalcode.org/project/radioactivity/-/blob/4.0.3/composer.j...This has already been fixed in https://git.drupalcode.org/project/radioactivity/-/commit/5b0200bc08ca66..., but that commit was not part of the 4.0.3 release.
Doing what is described in #6 or #7 allows the module to be installed. Tagging a new release would be very much appreciated.
- ๐บ๐ธUnited States ccjjmartin Austin, TX
I can confirm that the only thing needed here is a new tagged release as the latest dev branch has the necessary required change. The release as of 4.0.3 did not have the required change in the composer.json file, notice the lack of or Drupal 10: https://git.drupalcode.org/project/radioactivity/-/blob/fa9651f23d6a5ee1...
- ๐ณ๐ฑNetherlands arkener
Also running into this issue. Can we get a new tag so this issue resolves itself? The project page currently defines 4.0.3 as having D10 support, so releasing a new tag might fix some confusion.