Back to dev.
parent
c7d3415581
commit
4802750b79
|
@ -649,7 +649,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/core",
|
"name": "drupal/core",
|
||||||
"version": "8.8.12",
|
"version": "8.8.x-dev",
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "path",
|
"type": "path",
|
||||||
"url": "core",
|
"url": "core",
|
||||||
|
@ -882,7 +882,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/core-project-message",
|
"name": "drupal/core-project-message",
|
||||||
"version": "8.8.12",
|
"version": "8.8.x-dev",
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "path",
|
"type": "path",
|
||||||
"url": "composer/Plugin/ProjectMessage",
|
"url": "composer/Plugin/ProjectMessage",
|
||||||
|
@ -915,7 +915,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/core-vendor-hardening",
|
"name": "drupal/core-vendor-hardening",
|
||||||
"version": "8.8.12",
|
"version": "8.8.x-dev",
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "path",
|
"type": "path",
|
||||||
"url": "composer/Plugin/VendorHardening",
|
"url": "composer/Plugin/VendorHardening",
|
||||||
|
@ -6402,7 +6402,11 @@
|
||||||
],
|
],
|
||||||
"aliases": [],
|
"aliases": [],
|
||||||
"minimum-stability": "dev",
|
"minimum-stability": "dev",
|
||||||
"stability-flags": [],
|
"stability-flags": {
|
||||||
|
"drupal/core": 20,
|
||||||
|
"drupal/core-project-message": 20,
|
||||||
|
"drupal/core-vendor-hardening": 20
|
||||||
|
},
|
||||||
"prefer-stable": true,
|
"prefer-stable": true,
|
||||||
"prefer-lowest": false,
|
"prefer-lowest": false,
|
||||||
"platform": [],
|
"platform": [],
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
"webflo/drupal-core-strict": "*"
|
"webflo/drupal-core-strict": "*"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"drupal/core": "8.8.12",
|
"drupal/core": "8.8.x-dev",
|
||||||
"asm89/stack-cors": "1.2.0",
|
"asm89/stack-cors": "1.2.0",
|
||||||
"composer/semver": "1.5.0",
|
"composer/semver": "1.5.0",
|
||||||
"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.8.12",
|
"drupal/core": "8.8.x-dev",
|
||||||
"behat/mink": "v1.8.1",
|
"behat/mink": "v1.8.1",
|
||||||
"behat/mink-browserkit-driver": "1.3.3",
|
"behat/mink-browserkit-driver": "1.3.3",
|
||||||
"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.8.12';
|
const VERSION = '8.8.13-dev';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Core API compatibility.
|
* Core API compatibility.
|
||||||
|
|
Loading…
Reference in New Issue