Drupal 10.1.0-alpha1

merge-requests/3245/merge 10.1.0-alpha1
catch 2023-04-28 15:47:14 +01:00
parent 53f13043c0
commit d2f3c3539b
13 changed files with 26 additions and 30 deletions

12
composer.lock generated
View File

@ -487,7 +487,7 @@
},
{
"name": "drupal/core",
"version": "10.1.x-dev",
"version": "10.1.0-alpha1",
"dist": {
"type": "path",
"url": "core",
@ -644,7 +644,7 @@
},
{
"name": "drupal/core-project-message",
"version": "10.1.x-dev",
"version": "10.1.0-alpha1",
"dist": {
"type": "path",
"url": "composer/Plugin/ProjectMessage",
@ -677,7 +677,7 @@
},
{
"name": "drupal/core-vendor-hardening",
"version": "10.1.x-dev",
"version": "10.1.0-alpha1",
"dist": {
"type": "path",
"url": "composer/Plugin/VendorHardening",
@ -8626,11 +8626,7 @@
],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": {
"drupal/core": 20,
"drupal/core-project-message": 20,
"drupal/core-vendor-hardening": 20
},
"stability-flags": [],
"prefer-stable": true,
"prefer-lowest": false,
"platform": [],

View File

@ -7,7 +7,7 @@
"webflo/drupal-core-strict": "*"
},
"require": {
"drupal/core": "10.1.x-dev",
"drupal/core": "10.1.0-alpha1",
"asm89/stack-cors": "~v2.1.1",
"composer/semver": "~3.3.2",
"doctrine/annotations": "~1.14.3",

View File

@ -7,7 +7,7 @@
"webflo/drupal-core-require-dev": "*"
},
"require": {
"drupal/core": "10.1.x-dev",
"drupal/core": "10.1.0-alpha1",
"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": "dev",
"minimum-stability": "alpha",
"prefer-stable": true,
"config": {
"allow-plugins": {

View File

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

View File

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

View File

@ -9,9 +9,9 @@
"require": {
"php": ">=8.1.0",
"doctrine/annotations": "^1.14",
"drupal/core-file-cache": "10.1.x-dev",
"drupal/core-plugin": "10.1.x-dev",
"drupal/core-utility": "10.1.x-dev"
"drupal/core-file-cache": "10.1.0-alpha1",
"drupal/core-plugin": "10.1.0-alpha1",
"drupal/core-utility": "10.1.0-alpha1"
},
"autoload": {
"psr-4": {
@ -23,5 +23,5 @@
"This file was partially generated automatically. See: https://www.drupal.org/node/3293830"
]
},
"minimum-stability": "dev"
"minimum-stability": "alpha"
}

View File

@ -8,7 +8,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=8.1.0",
"drupal/core-utility": "10.1.x-dev"
"drupal/core-utility": "10.1.0-alpha1"
},
"autoload": {
"psr-4": {
@ -20,5 +20,5 @@
"This file was partially generated automatically. See: https://www.drupal.org/node/3293830"
]
},
"minimum-stability": "dev"
"minimum-stability": "alpha"
}

View File

@ -8,8 +8,8 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=8.1.0",
"drupal/core-file-cache": "10.1.x-dev",
"drupal/core-serialization": "10.1.x-dev"
"drupal/core-file-cache": "10.1.0-alpha1",
"drupal/core-serialization": "10.1.0-alpha1"
},
"autoload": {
"psr-4": {
@ -21,5 +21,5 @@
"This file was partially generated automatically. See: https://www.drupal.org/node/3293830"
]
},
"minimum-stability": "dev"
"minimum-stability": "alpha"
}

View File

@ -8,7 +8,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=8.1.0",
"drupal/core-serialization": "10.1.x-dev"
"drupal/core-serialization": "10.1.0-alpha1"
},
"autoload": {
"psr-4": {
@ -20,5 +20,5 @@
"This file was partially generated automatically. See: https://www.drupal.org/node/3293830"
]
},
"minimum-stability": "dev"
"minimum-stability": "alpha"
}

View File

@ -9,7 +9,7 @@
},
"require": {
"php": ">=8.1.0",
"drupal/core-render": "10.1.x-dev"
"drupal/core-render": "10.1.0-alpha1"
},
"autoload": {
"psr-4": {
@ -21,5 +21,5 @@
"This file was partially generated automatically. See: https://www.drupal.org/node/3293830"
]
},
"minimum-stability": "dev"
"minimum-stability": "alpha"
}

View File

@ -8,7 +8,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=8.1.0",
"drupal/core-file-security": "10.1.x-dev"
"drupal/core-file-security": "10.1.0-alpha1"
},
"autoload": {
"psr-4": {
@ -20,5 +20,5 @@
"This file was partially generated automatically. See: https://www.drupal.org/node/3293830"
]
},
"minimum-stability": "dev"
"minimum-stability": "alpha"
}

View File

@ -8,7 +8,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=8.1.0",
"drupal/core-utility": "10.1.x-dev"
"drupal/core-utility": "10.1.0-alpha1"
},
"autoload": {
"psr-4": {
@ -20,5 +20,5 @@
"This file was partially generated automatically. See: https://www.drupal.org/node/3293830"
]
},
"minimum-stability": "dev"
"minimum-stability": "alpha"
}