Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
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
drupal
Merge requests
!2296
Issue
#3100732
: Allow specifying `meta` data on JSON:API objects
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Issue
#3100732
: Allow specifying `meta` data on JSON:API objects
issue/drupal-3100732:3100732-allow-specifying-meta
into
10.1.x
Overview
0
Commits
322
Pipelines
0
Changes
1
Closed
Björn Brala
requested to merge
issue/drupal-3100732:3100732-allow-specifying-meta
into
10.1.x
2 years ago
Overview
0
Commits
322
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
465ffcff
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
465ffcff
Issue
#3294938
by xjm, catch, dww: Increase RECOMMENDED_PHP to 8.1.6
· 465ffcff
catch
authored
2 years ago
(cherry picked from commit
c1a4dff3
)
core/lib/Drupal.php
+
1
−
1
Options
@@ -121,7 +121,7 @@ class Drupal {
* message, but Drupal can still be installed. Used for (e.g.) PHP versions
* that have reached their EOL or will in the near future.
*/
const
RECOMMENDED_PHP
=
'8.1'
;
const
RECOMMENDED_PHP
=
'8.1
.6
'
;
/**
* The currently active container object, or NULL if not initialized yet.
Loading