Back to dev.

merge-requests/2215/merge
xjm 2022-05-06 15:14:50 -05:00
parent f79cb087a1
commit b091beee1f
No known key found for this signature in database
GPG Key ID: 206B0B8743BDF4C2
6 changed files with 14 additions and 10 deletions

14
composer.lock generated
View File

@ -437,7 +437,7 @@
},
{
"name": "drupal/core",
"version": "10.0.0-alpha4",
"version": "10.0.x-dev",
"dist": {
"type": "path",
"url": "core",
@ -680,7 +680,7 @@
},
{
"name": "drupal/core-project-message",
"version": "10.0.0-alpha4",
"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-alpha4",
"version": "10.0.x-dev",
"dist": {
"type": "path",
"url": "composer/Plugin/VendorHardening",
@ -8270,7 +8270,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": [],
@ -8278,5 +8282,5 @@
"platform-overrides": {
"php": "8.1.0"
},
"plugin-api-version": "2.3.0"
"plugin-api-version": "2.2.0"
}

View File

@ -7,7 +7,7 @@
"webflo/drupal-core-strict": "*"
},
"require": {
"drupal/core": "10.0.0-alpha4",
"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-alpha4",
"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

@ -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-alpha4';
const VERSION = '10.0.0-dev';
/**
* Core API compatibility.