Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dynamic_date
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
dynamic_date
Merge requests
!7
Update dynamic_date.info.yml
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update dynamic_date.info.yml
issue/dynamic_date-3496651:3496651-support-drupal-11
into
8.x-1.x
Overview
0
Commits
4
Pipelines
5
Changes
4
Merged
Eirik Morland
requested to merge
issue/dynamic_date-3496651:3496651-support-drupal-11
into
8.x-1.x
3 months ago
Overview
0
Commits
4
Pipelines
5
Changes
4
Expand
Closes
#3496651
0
0
Merge request reports
Compare
8.x-1.x
version 4
6194bdd2
3 months ago
version 3
cddfb121
3 months ago
version 2
7cd5cbb8
3 months ago
version 1
67248a02
3 months ago
8.x-1.x (base)
and
latest version
latest version
6194bdd2
4 commits,
3 months ago
version 4
6194bdd2
4 commits,
3 months ago
version 3
cddfb121
3 commits,
3 months ago
version 2
7cd5cbb8
2 commits,
3 months ago
version 1
67248a02
1 commit,
3 months ago
4 files
+
28
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
.gitlab-ci/3.diff
0 → 100644
+
22
−
0
Options
diff --git a/composer.json b/composer.json
index d1060e8c7d6f1fa3cdb59e3ff2eabb6861cc08e1..807bf7632c75113c0c2cbac092d7a272225811c9 100644
--- a/composer.json
+++ b/composer.json
@@ -9,6 +9,6 @@
}
],
"require": {
- "drupal/core": "^9 || ^10"
+ "drupal/core": "^9 || ^10 || ^11"
}
}
diff --git a/system_stream_wrapper.info.yml b/system_stream_wrapper.info.yml
index 645fc6f689e6401bc6882a0a84a9df846c8f7615..c4cc7a57af6479b9efc1a7664b3e28d29a5e52fb 100644
--- a/system_stream_wrapper.info.yml
+++ b/system_stream_wrapper.info.yml
@@ -1,4 +1,4 @@
name: System stream wrapper
type: module
description: Provides stream wrappers to access files in module, theme, profile, and library files and directories.
-core_version_requirement: ^9 || ^10
+core_version_requirement: ^9 || ^10 || ^11
Loading