Back to dev.

8.8.x
xjm 2020-11-25 20:12:00 -06:00
parent c7d3415581
commit 4802750b79
4 changed files with 11 additions and 7 deletions

12
composer.lock generated
View File

@ -649,7 +649,7 @@
},
{
"name": "drupal/core",
"version": "8.8.12",
"version": "8.8.x-dev",
"dist": {
"type": "path",
"url": "core",
@ -882,7 +882,7 @@
},
{
"name": "drupal/core-project-message",
"version": "8.8.12",
"version": "8.8.x-dev",
"dist": {
"type": "path",
"url": "composer/Plugin/ProjectMessage",
@ -915,7 +915,7 @@
},
{
"name": "drupal/core-vendor-hardening",
"version": "8.8.12",
"version": "8.8.x-dev",
"dist": {
"type": "path",
"url": "composer/Plugin/VendorHardening",
@ -6402,7 +6402,11 @@
],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": [],
"stability-flags": {
"drupal/core": 20,
"drupal/core-project-message": 20,
"drupal/core-vendor-hardening": 20
},
"prefer-stable": true,
"prefer-lowest": false,
"platform": [],

View File

@ -7,7 +7,7 @@
"webflo/drupal-core-strict": "*"
},
"require": {
"drupal/core": "8.8.12",
"drupal/core": "8.8.x-dev",
"asm89/stack-cors": "1.2.0",
"composer/semver": "1.5.0",
"doctrine/annotations": "v1.4.0",

View File

@ -7,7 +7,7 @@
"webflo/drupal-core-require-dev": "*"
},
"require": {
"drupal/core": "8.8.12",
"drupal/core": "8.8.x-dev",
"behat/mink": "v1.8.1",
"behat/mink-browserkit-driver": "1.3.3",
"behat/mink-goutte-driver": "v1.2.1",

View File

@ -82,7 +82,7 @@ class Drupal {
/**
* The current system version.
*/
const VERSION = '8.8.12';
const VERSION = '8.8.13-dev';
/**
* Core API compatibility.