Closed (fixed)
Project:
Devel
Version:
8.x-3.x-dev
Component:
devel
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
29 Apr 2020 at 01:16 UTC
Updated:
14 May 2020 at 11:09 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
lolandese commentedAfter applying the attached patch it is solved:
Comment #3
lolandese commentedThat's not the only occurrence. There are other composer.json files in the project.
Comment #4
lolandese commentedThe attached patch fixes all three occurrences.
There is a fourth file, kint/kint/composer.json, but that one validates already.
Comment #5
jonathan1055 commentedHi @lolandese,
Thanks for raising this, and for providing the patch. In 8.x-3.x the main composer.json has been corrected (recently) but the other two have not been. Here's the patch for 8.x-3.x as fixes like this must be done in the highest version branch first.
Comment #6
lolandese commentedHi Jonathan,
That makes sense. I suggest you change the default branch that is indicated when you go to https://www.drupal.org/project/devel/git-instructions in your project settings.
In any case, I guess you need to backport the patch anyway. So that is then already provided to be committed to the 8.x-2.x branch.
Comment #7
jonathan1055 commentedYes, that's fine, thanks.
The reason why 3.x is not the default branch is that it does not yet have a full release, it is only at beta. See #3112287: Plan for Devel 8.x-3.0 / 4.0.0 release
Comment #8
lolandese commentedHi. Apologies. What I meant was the version to work from.
Comment #9
jonathan1055 commentedYes, that's what I meant too. We could but should not really change the default branch to 3.x until we have a full 3.0 release.
Comment #13
jonathan1055 commentedThanks lolandese, committed to 3.x and 2.x and fixed.
We now get
for all the composer.json files.