Skip to content
Snippets Groups Projects
Commit 24501546 authored by Eirik Morland's avatar Eirik Morland
Browse files

Merge branch '3496651-support-drupal-11' into '8.x-1.x'

Update dynamic_date.info.yml

See merge request !7
parents 3e12f5d1 cddfb121
No related branches found
No related tags found
No related merge requests found
Pipeline #382159 canceled
......@@ -4,7 +4,7 @@ index 4712148..8e8bd3e 100644
+++ b/moment.info.yml
@@ -1,4 +1,4 @@
-core: 8.x
+core_version_requirement: ^9 || ^10
+core_version_requirement: ^9 || ^10 || ^11
type: module
name: Moment.js
description: 'Integrates Moment.js library into Drupal.'
......@@ -2,6 +2,9 @@
"patches": {
"drupal/moment": {
"newer": "./.gitlab-ci/moment.patch"
},
"drupal/system_stream_wrapper": {
"newer": "https://git.drupalcode.org/project/system_stream_wrapper/-/merge_requests/3.diff"
}
}
}
\ No newline at end of file
}
name: Dynamic date
type: module
description: Dynamic date display
core_version_requirement: ^8.8 || ^9 || ^10
core_version_requirement: ^8.8 || ^9 || ^10 || ^11
dependencies:
- drupal:moment
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment