Update Drupal core to 9.5.9.

This commit is contained in:
Michael Stenta 2023-05-19 09:22:57 -04:00
parent 131c2a54ba
commit 4a84278a33
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.2",
"drupal/core": "9.5.8",
"drupal/core": "9.5.9",
"drupal/config_update": "^1.7",
"drupal/consumers": "^1.15",
"drupal/csv_serialization": "^2.0",

View File

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