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