Skip to content

Commit

Permalink
Drupal 10.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
quietone committed Feb 7, 2024
1 parent bb6903e commit dcd1b17
Show file tree
Hide file tree
Showing 13 changed files with 21 additions and 25 deletions.
14 changes: 5 additions & 9 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion composer/Metapackage/CoreRecommended/composer.json
Expand Up @@ -7,7 +7,7 @@
"webflo/drupal-core-strict": "*"
},
"require": {
"drupal/core": "10.2.x-dev",
"drupal/core": "10.2.3",
"asm89/stack-cors": "~v2.2.0",
"composer/semver": "~3.4.0",
"doctrine/annotations": "~1.14.3",
Expand Down
2 changes: 1 addition & 1 deletion composer/Metapackage/PinnedDevDependencies/composer.json
Expand Up @@ -7,7 +7,7 @@
"webflo/drupal-core-require-dev": "*"
},
"require": {
"drupal/core": "10.2.x-dev",
"drupal/core": "10.2.3",
"behat/mink": "v1.10.0",
"behat/mink-browserkit-driver": "v2.1.0",
"behat/mink-selenium2-driver": "v1.6.0",
Expand Down
2 changes: 1 addition & 1 deletion composer/Template/LegacyProject/composer.json
Expand Up @@ -27,7 +27,7 @@
"conflict": {
"drupal/drupal": "*"
},
"minimum-stability": "dev",
"minimum-stability": "stable",
"prefer-stable": true,
"config": {
"allow-plugins": {
Expand Down
2 changes: 1 addition & 1 deletion composer/Template/RecommendedProject/composer.json
Expand Up @@ -26,7 +26,7 @@
"conflict": {
"drupal/drupal": "*"
},
"minimum-stability": "dev",
"minimum-stability": "stable",
"prefer-stable": true,
"config": {
"allow-plugins": {
Expand Down
2 changes: 1 addition & 1 deletion core/lib/Drupal.php
Expand Up @@ -75,7 +75,7 @@ class Drupal {
/**
* The current system version.
*/
const VERSION = '10.2.3-dev';
const VERSION = '10.2.3';

/**
* Core API compatibility.
Expand Down
8 changes: 4 additions & 4 deletions core/lib/Drupal/Component/Annotation/composer.json
Expand Up @@ -9,10 +9,10 @@
"require": {
"php": ">=8.1.0",
"doctrine/annotations": "^1.14",
"drupal/core-class-finder": "10.2.x-dev",
"drupal/core-file-cache": "10.2.x-dev",
"drupal/core-plugin": "10.2.x-dev",
"drupal/core-utility": "10.2.x-dev"
"drupal/core-class-finder": "^10.2",
"drupal/core-file-cache": "^10.2",
"drupal/core-plugin": "^10.2",
"drupal/core-utility": "^10.2"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion core/lib/Drupal/Component/Datetime/composer.json
Expand Up @@ -8,7 +8,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=8.1.0",
"drupal/core-utility": "10.2.x-dev"
"drupal/core-utility": "^10.2"
},
"autoload": {
"psr-4": {
Expand Down
4 changes: 2 additions & 2 deletions core/lib/Drupal/Component/Discovery/composer.json
Expand Up @@ -8,8 +8,8 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=8.1.0",
"drupal/core-file-cache": "10.2.x-dev",
"drupal/core-serialization": "10.2.x-dev"
"drupal/core-file-cache": "^10.2",
"drupal/core-serialization": "^10.2"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion core/lib/Drupal/Component/FrontMatter/composer.json
Expand Up @@ -8,7 +8,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=8.1.0",
"drupal/core-serialization": "10.2.x-dev"
"drupal/core-serialization": "^10.2"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion core/lib/Drupal/Component/Gettext/composer.json
Expand Up @@ -9,7 +9,7 @@
},
"require": {
"php": ">=8.1.0",
"drupal/core-render": "10.2.x-dev"
"drupal/core-render": "^10.2"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion core/lib/Drupal/Component/PhpStorage/composer.json
Expand Up @@ -8,7 +8,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=8.1.0",
"drupal/core-file-security": "10.2.x-dev"
"drupal/core-file-security": "^10.2"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion core/lib/Drupal/Component/Render/composer.json
Expand Up @@ -8,7 +8,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=8.1.0",
"drupal/core-utility": "10.2.x-dev"
"drupal/core-utility": "^10.2"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit dcd1b17

Please sign in to comment.