Update Drupal core to 9.3.0.

This commit is contained in:
Michael Stenta 2021-10-22 07:08:40 -04:00
parent f2f7938447
commit 7309046c81
2 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@
"require": {
"cweagans/composer-patches": "^1.6",
"drupal/admin_toolbar": "^2.4",
"drupal/core": "9.2.10",
"drupal/core": "9.3.0",
"drupal/config_update": "^1.7",
"drupal/csv_serialization": "^2.0",
"drupal/date_popup": "^1.1",

View File

@ -1,11 +1,11 @@
{
"require": {
"cweagans/composer-patches": "^1.7",
"drupal/core-composer-scaffold": "~9.2.0"
"drupal/core-composer-scaffold": "~9.3.0"
},
"require-dev": {
"brianium/paratest": "^4",
"drupal/core-dev": "~9.2.0",
"drupal/core-dev": "~9.3.0",
"phpspec/prophecy-phpunit": "^2",
"symfony/finder": "^4.0"
},