Skip to content

Commit

Permalink
Add Drupal 11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
DieterHolvoet authored and RobinHoutevelts committed Aug 12, 2024
1 parent b0da92c commit aa1b219
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"require": {
"php": "^8.0",
"drupal/core": "^9.1 || ^10",
"drupal/core": "^9.1 || ^10 || ^11",
"wieni/wmtwig": "^1.0"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion wmcontroller.info.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Wieni Controller
type: module
description: Adds support for bundle-specific controllers for Drupal 8 entities.
core_version_requirement: ^9.1 || ^10
core_version_requirement: ^9.1 || ^10 || ^11
package: Wieni
dependencies:
- wmtwig

0 comments on commit aa1b219

Please sign in to comment.