Drupal 11.1.5
parent
f46501a811
commit
f286521ced
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -75,7 +75,7 @@ class Drupal {
|
|||
/**
|
||||
* The current system version.
|
||||
*/
|
||||
const VERSION = '11.1.4';
|
||||
const VERSION = '11.1.5';
|
||||
|
||||
/**
|
||||
* Core API compatibility.
|
||||
|
|
Loading…
Reference in New Issue