Update Drupal core to 9.2.8 and remove the core patch that was merged upstream.

See https://www.drupal.org/project/drupal/issues/3192365
This commit is contained in:
Michael Stenta 2021-10-07 10:53:26 -04:00
parent 6b264ead7b
commit 39a8ce0c33
2 changed files with 2 additions and 7 deletions

View File

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

View File

@ -23,11 +23,6 @@
"web-root": "web/"
}
},
"enable-patching": true,
"patches": {
"drupal/core": {
"Issue #3192365: Race Condition in 'public://simpletest' mkdir Call": "https://www.drupal.org/files/issues/2021-01-12/3192365-3.patch"
}
}
"enable-patching": true
}
}