Skip to content
Snippets Groups Projects

Issue #3100732: Allow specifying `meta` data on JSON:API objects

Closed Björn Brala requested to merge issue/drupal-3100732:3100732-allow-specifying-meta into 10.1.x
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
  • 465ffcff
    Issue #3294938 by xjm, catch, dww: Increase RECOMMENDED_PHP to 8.1.6 · 465ffcff
    catch authored
    (cherry picked from commit c1a4dff3)
+ 1
1
@@ -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