Back to dev.
parent
f79cb087a1
commit
b091beee1f
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
"conflict": {
|
||||
"drupal/drupal": "*"
|
||||
},
|
||||
"minimum-stability": "alpha",
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"config": {
|
||||
"sort-packages": true
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
"conflict": {
|
||||
"drupal/drupal": "*"
|
||||
},
|
||||
"minimum-stability": "alpha",
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"config": {
|
||||
"sort-packages": true
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue