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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -9,9 +9,9 @@
"require": { "require": {
"php": ">=8.1.0", "php": ">=8.1.0",
"doctrine/annotations": "^1.14", "doctrine/annotations": "^1.14",
"drupal/core-file-cache": "10.1.x-dev", "drupal/core-file-cache": "10.1.0-alpha1",
"drupal/core-plugin": "10.1.x-dev", "drupal/core-plugin": "10.1.0-alpha1",
"drupal/core-utility": "10.1.x-dev" "drupal/core-utility": "10.1.0-alpha1"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
@ -23,5 +23,5 @@
"This file was partially generated automatically. See: https://www.drupal.org/node/3293830" "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", "license": "GPL-2.0-or-later",
"require": { "require": {
"php": ">=8.1.0", "php": ">=8.1.0",
"drupal/core-utility": "10.1.x-dev" "drupal/core-utility": "10.1.0-alpha1"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
@ -20,5 +20,5 @@
"This file was partially generated automatically. See: https://www.drupal.org/node/3293830" "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", "license": "GPL-2.0-or-later",
"require": { "require": {
"php": ">=8.1.0", "php": ">=8.1.0",
"drupal/core-file-cache": "10.1.x-dev", "drupal/core-file-cache": "10.1.0-alpha1",
"drupal/core-serialization": "10.1.x-dev" "drupal/core-serialization": "10.1.0-alpha1"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
@ -21,5 +21,5 @@
"This file was partially generated automatically. See: https://www.drupal.org/node/3293830" "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", "license": "GPL-2.0-or-later",
"require": { "require": {
"php": ">=8.1.0", "php": ">=8.1.0",
"drupal/core-serialization": "10.1.x-dev" "drupal/core-serialization": "10.1.0-alpha1"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
@ -20,5 +20,5 @@
"This file was partially generated automatically. See: https://www.drupal.org/node/3293830" "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": { "require": {
"php": ">=8.1.0", "php": ">=8.1.0",
"drupal/core-render": "10.1.x-dev" "drupal/core-render": "10.1.0-alpha1"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
@ -21,5 +21,5 @@
"This file was partially generated automatically. See: https://www.drupal.org/node/3293830" "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", "license": "GPL-2.0-or-later",
"require": { "require": {
"php": ">=8.1.0", "php": ">=8.1.0",
"drupal/core-file-security": "10.1.x-dev" "drupal/core-file-security": "10.1.0-alpha1"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
@ -20,5 +20,5 @@
"This file was partially generated automatically. See: https://www.drupal.org/node/3293830" "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", "license": "GPL-2.0-or-later",
"require": { "require": {
"php": ">=8.1.0", "php": ">=8.1.0",
"drupal/core-utility": "10.1.x-dev" "drupal/core-utility": "10.1.0-alpha1"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
@ -20,5 +20,5 @@
"This file was partially generated automatically. See: https://www.drupal.org/node/3293830" "This file was partially generated automatically. See: https://www.drupal.org/node/3293830"
] ]
}, },
"minimum-stability": "dev" "minimum-stability": "alpha"
} }