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

Drupal 10.2.5

parent a42ce748
No related branches found
No related tags found
6 merge requests!8376Drupal views: adding more granularity to the ‘use ajax’ functionality,!8300Issue #3443586 View area displays even when parent view has no results.,!7567Issue #3153723 by quietone, Hardik_Patel_12: Change the scaffolding...,!7565Issue #3153723 by quietone, Hardik_Patel_12: Change the scaffolding...,!7509Change label "Block description" to "Block type",!7344Issue #3292350 by O'Briat, KlemenDEV, hswong3i, smustgrave, quietone: Update...
Pipeline #135988 failed
Showing
with 20 additions and 24 deletions
...@@ -491,7 +491,7 @@ ...@@ -491,7 +491,7 @@
}, },
{ {
"name": "drupal/core", "name": "drupal/core",
"version": "10.2.x-dev", "version": "10.2.5",
"dist": { "dist": {
"type": "path", "type": "path",
"url": "core", "url": "core",
...@@ -651,7 +651,7 @@ ...@@ -651,7 +651,7 @@
}, },
{ {
"name": "drupal/core-project-message", "name": "drupal/core-project-message",
"version": "10.2.x-dev", "version": "10.2.5",
"dist": { "dist": {
"type": "path", "type": "path",
"url": "composer/Plugin/ProjectMessage", "url": "composer/Plugin/ProjectMessage",
...@@ -684,7 +684,7 @@ ...@@ -684,7 +684,7 @@
}, },
{ {
"name": "drupal/core-vendor-hardening", "name": "drupal/core-vendor-hardening",
"version": "10.2.x-dev", "version": "10.2.5",
"dist": { "dist": {
"type": "path", "type": "path",
"url": "composer/Plugin/VendorHardening", "url": "composer/Plugin/VendorHardening",
...@@ -9621,11 +9621,7 @@ ...@@ -9621,11 +9621,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": [],
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
"webflo/drupal-core-strict": "*" "webflo/drupal-core-strict": "*"
}, },
"require": { "require": {
"drupal/core": "10.2.x-dev", "drupal/core": "10.2.5",
"asm89/stack-cors": "~v2.2.0", "asm89/stack-cors": "~v2.2.0",
"composer/semver": "~3.4.0", "composer/semver": "~3.4.0",
"doctrine/annotations": "~1.14.3", "doctrine/annotations": "~1.14.3",
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
"webflo/drupal-core-require-dev": "*" "webflo/drupal-core-require-dev": "*"
}, },
"require": { "require": {
"drupal/core": "10.2.x-dev", "drupal/core": "10.2.5",
"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",
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
"conflict": { "conflict": {
"drupal/drupal": "*" "drupal/drupal": "*"
}, },
"minimum-stability": "dev", "minimum-stability": "stable",
"prefer-stable": true, "prefer-stable": true,
"config": { "config": {
"allow-plugins": { "allow-plugins": {
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
"conflict": { "conflict": {
"drupal/drupal": "*" "drupal/drupal": "*"
}, },
"minimum-stability": "dev", "minimum-stability": "stable",
"prefer-stable": true, "prefer-stable": true,
"config": { "config": {
"allow-plugins": { "allow-plugins": {
......
...@@ -75,7 +75,7 @@ class Drupal { ...@@ -75,7 +75,7 @@ class Drupal {
/** /**
* The current system version. * The current system version.
*/ */
const VERSION = '10.2.5-dev'; const VERSION = '10.2.5';
/** /**
* Core API compatibility. * Core API compatibility.
......
...@@ -9,10 +9,10 @@ ...@@ -9,10 +9,10 @@
"require": { "require": {
"php": ">=8.1.0", "php": ">=8.1.0",
"doctrine/annotations": "^1.14", "doctrine/annotations": "^1.14",
"drupal/core-class-finder": "10.2.x-dev", "drupal/core-class-finder": "^10.2",
"drupal/core-file-cache": "10.2.x-dev", "drupal/core-file-cache": "^10.2",
"drupal/core-plugin": "10.2.x-dev", "drupal/core-plugin": "^10.2",
"drupal/core-utility": "10.2.x-dev" "drupal/core-utility": "^10.2"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
......
...@@ -8,7 +8,7 @@ ...@@ -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.2.x-dev" "drupal/core-utility": "^10.2"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
......
...@@ -8,8 +8,8 @@ ...@@ -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.2.x-dev", "drupal/core-file-cache": "^10.2",
"drupal/core-serialization": "10.2.x-dev" "drupal/core-serialization": "^10.2"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
......
...@@ -8,7 +8,7 @@ ...@@ -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.2.x-dev" "drupal/core-serialization": "^10.2"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
}, },
"require": { "require": {
"php": ">=8.1.0", "php": ">=8.1.0",
"drupal/core-render": "10.2.x-dev" "drupal/core-render": "^10.2"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
......
...@@ -8,7 +8,7 @@ ...@@ -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.2.x-dev" "drupal/core-file-security": "^10.2"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
......
...@@ -8,7 +8,7 @@ ...@@ -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.2.x-dev" "drupal/core-utility": "^10.2"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment