Back to dev.

merge-requests/1908/head
xjm 2022-02-18 10:53:08 -06:00
parent c2c7e447be
commit f588a03228
6 changed files with 13 additions and 9 deletions

12
composer.lock generated
View File

@ -444,7 +444,7 @@
},
{
"name": "drupal/core",
"version": "10.0.0-alpha2",
"version": "10.0.x-dev",
"dist": {
"type": "path",
"url": "core",
@ -688,7 +688,7 @@
},
{
"name": "drupal/core-project-message",
"version": "10.0.0-alpha2",
"version": "10.0.x-dev",
"dist": {
"type": "path",
"url": "composer/Plugin/ProjectMessage",
@ -721,7 +721,7 @@
},
{
"name": "drupal/core-vendor-hardening",
"version": "10.0.0-alpha2",
"version": "10.0.x-dev",
"dist": {
"type": "path",
"url": "composer/Plugin/VendorHardening",
@ -8463,7 +8463,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-alpha2",
"drupal/core": "10.0.x-dev",
"asm89/stack-cors": "v2.1.1",
"composer/semver": "3.2.9",
"doctrine/annotations": "1.13.2",

View File

@ -7,7 +7,7 @@
"webflo/drupal-core-require-dev": "*"
},
"require": {
"drupal/core": "10.0.0-alpha2",
"drupal/core": "10.0.x-dev",
"behat/mink-selenium2-driver": "v1.5.0",
"composer/ca-bundle": "1.3.1",
"composer/composer": "2.2.6",

View File

@ -27,7 +27,7 @@
"conflict": {
"drupal/drupal": "*"
},
"minimum-stability": "alpha",
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"sort-packages": true

View File

@ -26,7 +26,7 @@
"conflict": {
"drupal/drupal": "*"
},
"minimum-stability": "alpha",
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"sort-packages": true

View File

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