Skip to content
Snippets Groups Projects
Verified Commit 9788db5a authored by quietone's avatar quietone
Browse files

Drupal 10.5.0-beta1

parent 3d80c32d
No related branches found
No related tags found
6 merge requests!13092Issue #3498963 by benjifisher, heddn: Add lookup_migrations configuration to...,!12802Issue #3537193 by opauwlo: Add enable absolute path option for CKEditor5 image uploads,!12684Issue #3220784,!12523Issue #3493858 by vidorado, xavier.masson, smustgrave: Extend ViewsBlockBase...,!122353526426-warning-for-missing,!8559#3450868 Add ViewsConfigUpdater deprecation support for default_argument_skip_url
Pipeline #505868 failed
Showing
with 27 additions and 31 deletions
......@@ -493,7 +493,7 @@
},
{
"name": "drupal/core",
"version": "10.5.x-dev",
"version": "10.5.0-beta1",
"dist": {
"type": "path",
"url": "core",
......@@ -654,7 +654,7 @@
},
{
"name": "drupal/core-project-message",
"version": "10.5.x-dev",
"version": "10.5.0-beta1",
"dist": {
"type": "path",
"url": "composer/Plugin/ProjectMessage",
......@@ -687,7 +687,7 @@
},
{
"name": "drupal/core-vendor-hardening",
"version": "10.5.x-dev",
"version": "10.5.0-beta1",
"dist": {
"type": "path",
"url": "composer/Plugin/VendorHardening",
......@@ -9990,11 +9990,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.5.x-dev",
"drupal/core": "10.5.0-beta1",
"asm89/stack-cors": "~v2.3.0",
"composer/semver": "~3.4.3",
"doctrine/annotations": "~1.14.4",
......
......
......@@ -7,7 +7,7 @@
"webflo/drupal-core-require-dev": "*"
},
"require": {
"drupal/core": "10.5.x-dev",
"drupal/core": "10.5.0-beta1",
"behat/mink": "v1.12.0",
"behat/mink-browserkit-driver": "v2.2.0",
"brick/math": "0.12.3",
......
......
......@@ -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.5.0-dev';
const VERSION = '10.5.0-beta1';
/**
* Core API compatibility.
......
......
......@@ -9,10 +9,10 @@
"require": {
"php": ">=8.1.0",
"doctrine/annotations": "^1.14",
"drupal/core-class-finder": "10.5.x-dev",
"drupal/core-file-cache": "10.5.x-dev",
"drupal/core-plugin": "10.5.x-dev",
"drupal/core-utility": "10.5.x-dev"
"drupal/core-class-finder": "10.5.0-beta1",
"drupal/core-file-cache": "10.5.0-beta1",
"drupal/core-plugin": "10.5.0-beta1",
"drupal/core-utility": "10.5.0-beta1"
},
"autoload": {
"psr-4": {
......@@ -24,5 +24,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.5.x-dev"
"drupal/core-utility": "10.5.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.5.x-dev",
"drupal/core-serialization": "10.5.x-dev"
"drupal/core-file-cache": "10.5.0-beta1",
"drupal/core-serialization": "10.5.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.5.x-dev"
"drupal/core-serialization": "10.5.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.5.x-dev"
"drupal/core-render": "10.5.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.5.x-dev"
"drupal/core-file-security": "10.5.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.5.x-dev"
"drupal/core-utility": "10.5.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 to comment