Problem/Motivation
See https://www.drupal.org/node/3070687
Proposed resolution
- Add
core_version_requirement: ^8 || ^9to guardian.info.yml - Add
"drupal/core": "^8.7||^9.0"to the 'require' section of composer.json
Remaining tasks
- Write a patch
- Review
- Commit
User interface changes
None.
API changes
None.
Data model changes
None.
Release notes snippet
Guardian can be installed with Drupal 9.x
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | guardian-d9_compatability-3116694-2.patch | 349 bytes | joshahubbers |
Comments
Comment #2
joshahubbers commentedI just added
core_version_requirement: ^8 || ^9because the composer is automatically based upon this tag.Comment #3
joshahubbers commentedComment #5
tessa bakker@JoshaHubbers
Thanks for the patch.
Dev version can be installed on Drupal 9