Closed (fixed)
Project:
Project Browser
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
1 Feb 2023 at 16:21 UTC
Updated:
28 Feb 2023 at 18:29 UTC
Jump to comment: Most recent
Now that Drupal 10 is released and is the tip of core development, it makes sense that we only need to target 10+.
Update requirements (project_browser.info.yml, composer.json, others?) to reflect minimum Drupal version of 10.
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 #3
chrisfromredfinOK, I think this is only the info yml files of the module and submodules.
The composer.json doesn't specify a drupal/core version (which is fine).
Comment #4
fjgarlin commentedAgree with above. Code looks fine and tests are passing for D10 and not D9, as expected.
Tested with drupalpod and it all works as expected too.
Marking RTBC.
Comment #6
chrisfromredfin