Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
views_sort_expression
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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
views_sort_expression
Merge requests
!5
Issue
#3290546
: Automated Drupal 10 compatibility fixes
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Open
Issue
#3290546
: Automated Drupal 10 compatibility fixes
issue/views_sort_expression-3290546:3290546-automated-drupal-10
into
8.x-1.x
Overview
0
Commits
2
Pipelines
0
Changes
2
Open
Issue #3290546: Automated Drupal 10 compatibility fixes
Ivan Tibezh
requested to merge
issue/views_sort_expression-3290546:3290546-automated-drupal-10
into
8.x-1.x
Oct 12, 2023
Overview
0
Commits
2
Pipelines
0
Changes
2
0
0
Merge request reports
Compare
8.x-1.x
8.x-1.x (HEAD)
and
latest version
latest version
184b9c62
2 commits,
Oct 12, 2023
2 files
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
composer.json
+
1
−
1
View file @ 49e1b818
Edit in single-file editor
Open in Web IDE
Show full file
@@ -5,6 +5,6 @@
"homepage"
:
"
https://www.drupal.org/project/views_sort_expression
"
,
"license"
:
"GPL-2.0-or-later"
,
"require"
:
{
"
drupal/core
"
:
"^8 || ^9"
"
drupal/core
"
:
"^8 || ^9
|| ^10
"
}
}
Loading