parent
df68f50490
commit
d890ca84f7
|
@ -663,7 +663,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/core",
|
"name": "drupal/core",
|
||||||
"version": "8.9.12",
|
"version": "8.9.13",
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "path",
|
"type": "path",
|
||||||
"url": "core",
|
"url": "core",
|
||||||
|
@ -897,7 +897,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/core-project-message",
|
"name": "drupal/core-project-message",
|
||||||
"version": "8.9.12",
|
"version": "8.9.13",
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "path",
|
"type": "path",
|
||||||
"url": "composer/Plugin/ProjectMessage",
|
"url": "composer/Plugin/ProjectMessage",
|
||||||
|
@ -930,7 +930,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/core-vendor-hardening",
|
"name": "drupal/core-vendor-hardening",
|
||||||
"version": "8.9.12",
|
"version": "8.9.13",
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "path",
|
"type": "path",
|
||||||
"url": "composer/Plugin/VendorHardening",
|
"url": "composer/Plugin/VendorHardening",
|
||||||
|
@ -6984,5 +6984,5 @@
|
||||||
"prefer-lowest": false,
|
"prefer-lowest": false,
|
||||||
"platform": [],
|
"platform": [],
|
||||||
"platform-dev": [],
|
"platform-dev": [],
|
||||||
"plugin-api-version": "1.1.0"
|
"plugin-api-version": "2.0.0"
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
"webflo/drupal-core-strict": "*"
|
"webflo/drupal-core-strict": "*"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"drupal/core": "8.9.12",
|
"drupal/core": "8.9.13",
|
||||||
"asm89/stack-cors": "1.3.0",
|
"asm89/stack-cors": "1.3.0",
|
||||||
"composer/semver": "1.5.1",
|
"composer/semver": "1.5.1",
|
||||||
"doctrine/annotations": "v1.4.0",
|
"doctrine/annotations": "v1.4.0",
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
"webflo/drupal-core-require-dev": "*"
|
"webflo/drupal-core-require-dev": "*"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"drupal/core": "8.9.12",
|
"drupal/core": "8.9.13",
|
||||||
"behat/mink": "v1.8.1",
|
"behat/mink": "v1.8.1",
|
||||||
"behat/mink-browserkit-driver": "v1.3.4",
|
"behat/mink-browserkit-driver": "v1.3.4",
|
||||||
"behat/mink-goutte-driver": "v1.2.1",
|
"behat/mink-goutte-driver": "v1.2.1",
|
||||||
|
|
|
@ -82,7 +82,7 @@ class Drupal {
|
||||||
/**
|
/**
|
||||||
* The current system version.
|
* The current system version.
|
||||||
*/
|
*/
|
||||||
const VERSION = '8.9.12';
|
const VERSION = '8.9.13';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Core API compatibility.
|
* Core API compatibility.
|
||||||
|
|
Loading…
Reference in New Issue