Update Drupal core to 10.1.6.

This commit is contained in:
Michael Stenta 2023-11-01 15:15:46 -04:00
parent 413c7e24ae
commit 60c96013d3
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.1.5",
"drupal/core": "10.1.6",
"drupal/config_update": "^2.0@alpha",
"drupal/consumers": "^1.15",
"drupal/csv_serialization": "^3.0@beta",

View File

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