Problem/Motivation
Trying to install Group Permissions via Composer fails with the error: "Unable to install modules: module 'group_permissions' is incompatible with this version of Drupal core."
Steps to reproduce
Require "drupal/group_permissions": "1.0.x-dev" in your website's composer.json file and run composer update.
Proposed resolution
Change core: 8.x to core_version_requirement: ^8.8 || ^9 in the group_permissions.info.yml file.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | core-version-requirement_3181850-2.patch | 401 bytes | jstoller |
Issue fork group_permissions-3181850
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 #2
jstollerComment #6
lobsterr commentedThanks