Update Drupal core to 10.2.3.

This commit is contained in:
Michael Stenta 2024-02-07 20:30:55 -05:00
parent a9a6d8008f
commit cec7ed04d0
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
"require": {
"cweagans/composer-patches": "^1.6",
"drupal/admin_toolbar": "^3.3",
"drupal/core": "10.2.2",
"drupal/core": "10.2.3",
"drupal/config_update": "^2.0@alpha",
"drupal/consumers": "^1.15",
"drupal/csv_serialization": "^4.0",

View File

@ -1,7 +1,7 @@
{
"require": {
"cweagans/composer-patches": "^1.7",
"drupal/core-composer-scaffold": "10.2.2"
"drupal/core-composer-scaffold": "10.2.3"
},
"require-dev": {
"behat/mink": "^1.10",