Drupal 11.1.5

11.1.5
Dave Long 2025-03-19 15:53:25 +00:00
parent f46501a811
commit f286521ced
No known key found for this signature in database
GPG Key ID: ED52AE211E142771
4 changed files with 6 additions and 6 deletions

6
composer.lock generated
View File

@ -492,7 +492,7 @@
},
{
"name": "drupal/core",
"version": "11.1.4",
"version": "11.1.5",
"dist": {
"type": "path",
"url": "core",
@ -657,7 +657,7 @@
},
{
"name": "drupal/core-project-message",
"version": "11.1.4",
"version": "11.1.5",
"dist": {
"type": "path",
"url": "composer/Plugin/ProjectMessage",
@ -690,7 +690,7 @@
},
{
"name": "drupal/core-vendor-hardening",
"version": "11.1.4",
"version": "11.1.5",
"dist": {
"type": "path",
"url": "composer/Plugin/VendorHardening",

View File

@ -7,7 +7,7 @@
"webflo/drupal-core-strict": "*"
},
"require": {
"drupal/core": "11.1.4",
"drupal/core": "11.1.5",
"asm89/stack-cors": "~v2.2.0",
"composer/semver": "~3.4.3",
"doctrine/annotations": "~2.0.2",

View File

@ -7,7 +7,7 @@
"webflo/drupal-core-require-dev": "*"
},
"require": {
"drupal/core": "11.1.4",
"drupal/core": "11.1.5",
"behat/mink": "v1.12.0",
"behat/mink-browserkit-driver": "v2.2.0",
"brick/math": "0.12.1",

View File

@ -75,7 +75,7 @@ class Drupal {
/**
* The current system version.
*/
const VERSION = '11.1.4';
const VERSION = '11.1.5';
/**
* Core API compatibility.