Update Drupal core to 10.2.2.

This commit is contained in:
Michael Stenta 2024-01-17 15:41:04 -05:00
parent 8f73c593a1
commit 83b15287ba
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.1",
"drupal/core": "10.2.2",
"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.1"
"drupal/core-composer-scaffold": "10.2.2"
},
"require-dev": {
"behat/mink": "^1.10",