Skip to content
Snippets Groups Projects
Commit acda51c8 authored by Michael Caldwell's avatar Michael Caldwell
Browse files

Issue #3451933: Automated Drupal 11 compatibility fixes for filter_perms

parent a8db4333
No related branches found
No related tags found
1 merge request!5Add 11 to core_version_requirement
......@@ -10,6 +10,6 @@
"source": "http://cgit.drupalcode.org/filter_perms"
},
"require": {
"drupal/core": "^9.0 || ^10.0"
"drupal/core": "^9.0 || ^10.0 || ^11"
}
}
......@@ -2,7 +2,7 @@ type: module
name: 'Filter Permissions'
description: 'Provides role and module filters to simplify the user permissions page.'
package: 'Administration'
core_version_requirement: ^9 || ^10
core_version_requirement: ^9 || ^10 || ^11
dependencies:
- drupal:user
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