Skip to content

Commit fbaccda

Browse files
Merge pull request #36 from artursv/feature/d11-compatibility
Make the module D11 compatible
2 parents b7f9257 + a952b3d commit fbaccda

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"require": {
2121
"composer/composer": "^2",
22-
"drupal/core": "^9 || ^10"
22+
"drupal/core": "^9 || ^10 || ^11"
2323
},
24-
"version": "2.5.0"
24+
"version": "2.5.1"
2525
}

updates_log.info.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Updates Log
22
type: module
33
description: "Logs detailed information about module updates."
4-
core_version_requirement: ^9 || ^10
4+
core_version_requirement: ^9 || ^10 || ^11
55
package: Development
66
dependencies:
77
- update

0 commit comments

Comments
 (0)