Patch config_rewrite fix Issue #3166694: Make config_rewrite/tests/modules compatible with Drupal 9

This commit is contained in:
Michael Stenta 2020-08-22 09:49:04 -04:00
parent c4c4af514f
commit 01b607ff21
1 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,9 @@
"drupal/core": "-p2"
},
"patches": {
"drupal/config_rewrite": {
"Issue #3166694: Make config_rewrite/tests/modules compatible with Drupal 9": "https://www.drupal.org/files/issues/2020-08-22/3166694-2.patch"
},
"drupal/core": {
"Issue #2339235: Remove taxonomy hard dependency on node module": "https://www.drupal.org/files/issues/2020-08-10/2339235-55.patch"
}