Closed (fixed)
Project:
Flexible Table Of Contents
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
6 Mar 2021 at 22:31 UTC
Updated:
7 Jul 2021 at 18:19 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
Pooja Ganjage commentedHi,
Creating a patch for updating license key in composer file, as it deprecated and use 'GPL-2.0-or-later' instead of 'GPL-2.0+' .
Please review the patch.
Thanks.
Comment #3
Pooja Ganjage commentedComment #4
opdaviesDoes this prevent a D9 release from the current 8.x-1.x branch? If not, I'd suggest that this is split into its own issue.
Comment #5
opdaviesIt seems that the 8.x-1.x branch isn't compatible with the
drupal/core-devpackage as it relies onsymfony/css-selector3 which is incompatible with D9.Could it possibly be changed so that the module works with version 3 or 4 of that component?
Comment #6
e0ipsoThanks for the digging @opdavies. I had not realized that. Is this something someone can write a patch for? 🙏
Comment #8
opdaviesI've created a merge request that I think should do it, though I haven't been able to check it on my project yet.
Comment #10
e0ipsoAdding some more changes and incorporating #3207471: Better composer.json to here.
Comment #12
e0ipsoThanks everyone!