Skip to content

Commit 1b39456

Browse files
Mark Drupal 11 compatible (#16)
1 parent 10cbd25 commit 1b39456

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"require": {
1313
"php": ">=8.1",
14-
"drupal/core": "^10.1"
14+
"drupal/core": "^10.1 || ^11.0"
1515
},
1616
"require-dev": {
1717
"ergebnis/composer-normalize": "^2.0",

wmentity_overview.info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Entity Overview
22
type: module
33
description: Improved EntityListBuilders with support for paging, table sorting, table dragging, filtering, bulk actions, database queries and more.
4-
core_version_requirement: ^9.1 || ^10
4+
core_version_requirement: ^10 || ^11
55
package: Wieni

0 commit comments

Comments
 (0)