Skip to content
Snippets Groups Projects
Commit e89264bb authored by Kristiaan Van den Eynde's avatar Kristiaan Van den Eynde
Browse files

Issue #3451088 by kristiaanvandeneynde: Automated Drupal 11 compatibility...

Issue #3451088 by kristiaanvandeneynde: Automated Drupal 11 compatibility fixes for flexible_permissions
parent a50bb3f9
No related branches found
No related tags found
No related merge requests found
Pipeline #288219 passed with warnings
......@@ -22,7 +22,7 @@
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"require": {
"drupal/core": "^10.3"
"drupal/core": "^10.3 || ^11"
},
"require-dev": {
"jangregor/phpstan-prophecy": "^1.0"
......
name: 'Flexible permissions'
description: 'Allows you to gather, calculate and cache permissions from a myriad of sources'
type: 'module'
core_version_requirement: ^10.3
core_version_requirement: ^10.3 || ^11
......@@ -2,4 +2,4 @@ name: 'Flexible Permissions test'
description: 'Support module for Flexible Permissions tests.'
package: 'Testing'
type: 'module'
core_version_requirement: ^10.3
core_version_requirement: ^10.3 || ^11
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment