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.

CommentFileSizeAuthor
#2 core-version-requirement_3181850-2.patch401 bytesjstoller
Command icon 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

jstoller created an issue. See original summary.

jstoller’s picture

Status: Active » Needs review
StatusFileSize
new401 bytes

LOBsTerr made their first commit to this issue’s fork.

  • LOBsTerr committed 91aca01 on 1.0.x authored by jstoller
    Issue #3181850 by jstoller, LOBsTerr: core_version_requirement missing...
lobsterr’s picture

Status: Needs review » Fixed

Thanks

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.