Skip to content
Snippets Groups Projects
Verified Commit 25aa9d68 authored by Jess's avatar Jess
Browse files

Drupal 10.0.0-beta1

parent 66e81d7e
No related branches found
No related tags found
18 merge requests!8506Draft: Issue #3456536 by ibrahim tameme,!5646Issue #3350972 by nod_: [random test failure]...,!5600Issue #3350972 by nod_: [random test failure]...,!5343Issue #3305066 by quietone, Rename RedirectLeadingSlashesSubscriber,!3603#ISSUE 3346218 Add a different message on edit comment,!3555Issue #2473873: Views entity operations lack cacheability support, resulting in incorrect dropbuttons,!3494Issue #3327018 by Spokje, longwave, xjm, mondrake: Update PHPStan to 1.9.3 and...,!3410Issue #3340128: UserLoginForm::submitForm has some dead code,!3389Issue #3325184 by Spokje, andypost, xjm, smustgrave: $this->configFactory is...,!3381Issue #3332363: Refactor Claro's menus-and-lists stylesheet,!3307Issue #3326193: CKEditor 5 can grow past the viewport when there is a lot of content,!3236Issue #3332419: Refactor Claro's messages stylesheet,!3231Draft: Issue #3049525 by longwave, fougere, larowlan, kim.pepper, AaronBauman, Wim...,!3212Issue #3294003: Refactor Claro's entity-meta stylesheet,!3194Issue #3330981: Fix PHPStan L1 error "Relying on entity queries to check access by default is deprecated...",!3143Issue #3313342: [PHP 8.1] Deprecated function: strpos(): Passing null to parameter #1 LayoutBuilderUiCacheContext.php on line 28,!2972Issue #1845004: Replace custom password hashing library with PHP 5.5 password_hash(),!2296Issue #3100732: Allow specifying `meta` data on JSON:API objects
Showing
with 26 additions and 30 deletions
......@@ -439,7 +439,7 @@
},
{
"name": "drupal/core",
"version": "10.0.x-dev",
"version": "10.0.0-beta1",
"dist": {
"type": "path",
"url": "core",
......@@ -590,7 +590,7 @@
},
{
"name": "drupal/core-project-message",
"version": "10.0.x-dev",
"version": "10.0.0-beta1",
"dist": {
"type": "path",
"url": "composer/Plugin/ProjectMessage",
......@@ -623,7 +623,7 @@
},
{
"name": "drupal/core-vendor-hardening",
"version": "10.0.x-dev",
"version": "10.0.0-beta1",
"dist": {
"type": "path",
"url": "composer/Plugin/VendorHardening",
......@@ -8276,11 +8276,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": [],
......
......@@ -7,7 +7,7 @@
"webflo/drupal-core-strict": "*"
},
"require": {
"drupal/core": "10.0.x-dev",
"drupal/core": "10.0.0-beta1",
"asm89/stack-cors": "~v2.1.1",
"composer/semver": "~3.3.2",
"doctrine/annotations": "~1.13.3",
......
......@@ -7,7 +7,7 @@
"webflo/drupal-core-require-dev": "*"
},
"require": {
"drupal/core": "10.0.x-dev",
"drupal/core": "10.0.0-beta1",
"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": "dev",
"minimum-stability": "beta",
"prefer-stable": true,
"config": {
"allow-plugins": {
......
......@@ -26,7 +26,7 @@
"conflict": {
"drupal/drupal": "*"
},
"minimum-stability": "dev",
"minimum-stability": "beta",
"prefer-stable": true,
"config": {
"allow-plugins": {
......
......@@ -75,7 +75,7 @@ class Drupal {
/**
* The current system version.
*/
const VERSION = '10.0.0-dev';
const VERSION = '10.0.0-beta1';
/**
* Core API compatibility.
......
......@@ -9,9 +9,9 @@
"require": {
"php": ">=8.1.0",
"doctrine/annotations": "^1.13",
"drupal/core-file-cache": "10.0.x-dev",
"drupal/core-plugin": "10.0.x-dev",
"drupal/core-utility": "10.0.x-dev"
"drupal/core-file-cache": "10.0.0-beta1",
"drupal/core-plugin": "10.0.0-beta1",
"drupal/core-utility": "10.0.0-beta1"
},
"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": "beta"
}
......@@ -8,7 +8,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=8.1.0",
"drupal/core-utility": "10.0.x-dev"
"drupal/core-utility": "10.0.0-beta1"
},
"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": "beta"
}
......@@ -8,8 +8,8 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=8.1.0",
"drupal/core-file-cache": "10.0.x-dev",
"drupal/core-serialization": "10.0.x-dev"
"drupal/core-file-cache": "10.0.0-beta1",
"drupal/core-serialization": "10.0.0-beta1"
},
"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": "beta"
}
......@@ -8,7 +8,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=8.1.0",
"drupal/core-serialization": "10.0.x-dev"
"drupal/core-serialization": "10.0.0-beta1"
},
"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": "beta"
}
......@@ -9,7 +9,7 @@
},
"require": {
"php": ">=8.1.0",
"drupal/core-render": "10.0.x-dev"
"drupal/core-render": "10.0.0-beta1"
},
"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": "beta"
}
......@@ -8,7 +8,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=8.1.0",
"drupal/core-file-security": "10.0.x-dev"
"drupal/core-file-security": "10.0.0-beta1"
},
"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": "beta"
}
......@@ -8,7 +8,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=8.1.0",
"drupal/core-utility": "10.0.x-dev"
"drupal/core-utility": "10.0.0-beta1"
},
"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": "beta"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment