Skip to content
Snippets Groups Projects
Commit 96512344 authored by catch's avatar catch
Browse files

Drupal 11.2.2

parent 11260a0f
Branches
Tags 11.2.2
15 merge requests!13234Issue #3533030 by catch, mondrake: Move QuickStart tests to build tests,!13231Issue #3533030 by catch, mondrake: Move QuickStart tests to build tests,!13182Provide offending asset path in asset preprocess error messages.,!13164Issue #3545027 Fixed typehints in ContextDefinition's $label and $description.,!13121Issue #3530262 by mohit_aghera, kim.pepper, quietone, xjm: Add mohit_aghera as...,!13086Issue #3525642 by amateescu, smustgrave: The active workspace is not persisted...,!13015Issue #3465041 by prudloff, xjm, smustgrave, larowlan:...,!12812Issue #3527142 by andypost, catch, longwave, xjm: Update Composer and...,!12811Issue #3527142 by andypost, catch, longwave, xjm: Update Composer and...,!12686Draft: Issue #3535330: Assets paths in CSS no longer rewritten when aggregation is enabled,!12661Issue #3255804 by godotislate, longwave, berdir, alexpott, catch, andypost,...,!12660Issue #3255804 by godotislate, longwave, berdir, alexpott, catch, andypost,...,!12618Issue #3522970 by longwave, smustgrave: Remove unused BrowserTestBase::$originalContainer,!9103Issue #3150540 by kriboogh: Configuration langcode is forced to site default language,!4367Issue #2671162: Also use text editor (CKEditor) for "summary" of a text field
Pipeline #532362 failed
Showing
with 21 additions and 26 deletions
......@@ -493,7 +493,7 @@
},
{
"name": "drupal/core",
"version": "11.2.x-dev",
"version": "11.2.2",
"dist": {
"type": "path",
"url": "core",
......@@ -661,7 +661,7 @@
},
{
"name": "drupal/core-project-message",
"version": "11.2.x-dev",
"version": "11.2.2",
"dist": {
"type": "path",
"url": "composer/Plugin/ProjectMessage",
......@@ -694,7 +694,7 @@
},
{
"name": "drupal/core-recipe-unpack",
"version": "11.2.x-dev",
"version": "11.2.2",
"dist": {
"type": "path",
"url": "composer/Plugin/RecipeUnpack",
......@@ -730,7 +730,7 @@
},
{
"name": "drupal/core-vendor-hardening",
"version": "11.2.x-dev",
"version": "11.2.2",
"dist": {
"type": "path",
"url": "composer/Plugin/VendorHardening",
......@@ -10119,12 +10119,7 @@
],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": {
"drupal/core": 20,
"drupal/core-project-message": 20,
"drupal/core-recipe-unpack": 20,
"drupal/core-vendor-hardening": 20
},
"stability-flags": [],
"prefer-stable": true,
"prefer-lowest": false,
"platform": [],
......
......@@ -7,7 +7,7 @@
"webflo/drupal-core-strict": "*"
},
"require": {
"drupal/core": "11.2.x-dev",
"drupal/core": "11.2.2",
"asm89/stack-cors": "~v2.3.0",
"composer/semver": "~3.4.3",
"doctrine/annotations": "~2.0.2",
......
......@@ -7,7 +7,7 @@
"webflo/drupal-core-require-dev": "*"
},
"require": {
"drupal/core": "11.2.x-dev",
"drupal/core": "11.2.2",
"behat/mink": "v1.12.0",
"behat/mink-browserkit-driver": "v2.2.0",
"brick/math": "0.12.3",
......
......@@ -28,7 +28,7 @@
"conflict": {
"drupal/drupal": "*"
},
"minimum-stability": "dev",
"minimum-stability": "stable",
"prefer-stable": true,
"config": {
"allow-plugins": {
......
......@@ -27,7 +27,7 @@
"conflict": {
"drupal/drupal": "*"
},
"minimum-stability": "dev",
"minimum-stability": "stable",
"prefer-stable": true,
"config": {
"allow-plugins": {
......
......@@ -76,7 +76,7 @@ class Drupal {
/**
* The current system version.
*/
const VERSION = '11.2.2-dev';
const VERSION = '11.2.2';
/**
* Core API compatibility.
......
......@@ -10,10 +10,10 @@
"php": ">=8.3.0",
"doctrine/annotations": "^2.0",
"doctrine/lexer": "^2.0",
"drupal/core-class-finder": "11.2.x-dev",
"drupal/core-file-cache": "11.2.x-dev",
"drupal/core-plugin": "11.2.x-dev",
"drupal/core-utility": "11.2.x-dev"
"drupal/core-class-finder": "^11.2",
"drupal/core-file-cache": "^11.2",
"drupal/core-plugin": "^11.2",
"drupal/core-utility": "^11.2"
},
"autoload": {
"psr-4": {
......
......@@ -8,7 +8,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=8.3.0",
"drupal/core-utility": "11.2.x-dev"
"drupal/core-utility": "^11.2"
},
"autoload": {
"psr-4": {
......
......@@ -8,8 +8,8 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=8.3.0",
"drupal/core-file-cache": "11.2.x-dev",
"drupal/core-serialization": "11.2.x-dev"
"drupal/core-file-cache": "^11.2",
"drupal/core-serialization": "^11.2"
},
"autoload": {
"psr-4": {
......
......@@ -8,7 +8,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=8.3.0",
"drupal/core-serialization": "11.2.x-dev"
"drupal/core-serialization": "^11.2"
},
"autoload": {
"psr-4": {
......
......@@ -9,7 +9,7 @@
},
"require": {
"php": ">=8.3.0",
"drupal/core-render": "11.2.x-dev"
"drupal/core-render": "^11.2"
},
"autoload": {
"psr-4": {
......
......@@ -8,7 +8,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=8.3.0",
"drupal/core-file-security": "11.2.x-dev"
"drupal/core-file-security": "^11.2"
},
"autoload": {
"psr-4": {
......
......@@ -8,7 +8,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=8.3.0",
"drupal/core-utility": "11.2.x-dev"
"drupal/core-utility": "^11.2"
},
"autoload": {
"psr-4": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment