Back to dev.

merge-requests/2367/head
catch 2022-06-08 22:05:15 +01:00
parent 2ac1966b86
commit f90d892297
4 changed files with 11 additions and 7 deletions

12
composer.lock generated
View File

@ -437,7 +437,7 @@
},
{
"name": "drupal/core",
"version": "10.0.0-alpha5",
"version": "10.0.x-dev",
"dist": {
"type": "path",
"url": "core",
@ -680,7 +680,7 @@
},
{
"name": "drupal/core-project-message",
"version": "10.0.0-alpha5",
"version": "10.0.x-dev",
"dist": {
"type": "path",
"url": "composer/Plugin/ProjectMessage",
@ -713,7 +713,7 @@
},
{
"name": "drupal/core-vendor-hardening",
"version": "10.0.0-alpha5",
"version": "10.0.x-dev",
"dist": {
"type": "path",
"url": "composer/Plugin/VendorHardening",
@ -8450,7 +8450,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": "10.0.0-alpha5",
"drupal/core": "10.0.x-dev",
"asm89/stack-cors": "v2.1.1",
"composer/semver": "3.3.2",
"doctrine/annotations": "1.13.2",

View File

@ -7,7 +7,7 @@
"webflo/drupal-core-require-dev": "*"
},
"require": {
"drupal/core": "10.0.0-alpha5",
"drupal/core": "10.0.x-dev",
"behat/mink": "v1.10.0",
"behat/mink-browserkit-driver": "v2.1.0",
"behat/mink-selenium2-driver": "v1.6.0",

View File

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