Problem/Motivation
The version requirements are not consistent between core_version_requirement and composer.json.
Proposed resolution
Make them consistent.
Remaining tasks
Implement.
User interface changes
Project page, etc. will correctly advertise version compatibility.
API changes
None.
Data model changes
None.
Issue fork wxt_bootstrap-3589014
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
liam morlandComment #5
vinodhini.e commentedHi, Applied Merge Request 12. The core version requirements are now consistent between wxt_bootstrap.info.yml and composer.json. Both files are aligned with the same Drupal core compatibility range.
Thanks.
Comment #6
joseph.olstadThe preference has been for quite some time now that all of the issues in wxt rather than in the sub projects. Previously issues in those other projects have gone unnoticed for long periods of time.
The MR actually should be done to the repo in github rather than d.o since the process is to do the code changes in github which runs all the testing framework and then later it gets pushed into the d.o downstream when a release is ready or close to being ready.