-
- Downloads
... | ... | @@ -37,7 +37,7 @@ |
"drupal/content_planner": "~1.0", | ||
"drupal/scheduler": "~2.0", | ||
"drupal/scheduler_content_moderation_integration": "~2.0", | ||
"drupal/content_moderation_notifications": "~3.0", | ||
"drupal/content_moderation_notifications": "3.6.0", | ||
"drupal/admin_audit_trail": "~1.0" | ||
}, | ||
"extra": { | ||
... | ... | @@ -47,6 +47,11 @@ |
], | ||
"enable-patching": true, | ||
"composer-exit-on-patch-failure": true, | ||
"patches": { } | ||
"patches": { | ||
"drupal/content_moderation_notifications": { | ||
"Issue #3347958: Fix Entity queries must explicitly set whether the query should be access checked or not in Content Moderation Notifications": | ||
"https://www.drupal.org/files/issues/2023-03-14/3347958-2.patch" | ||
} | ||
} | ||
} | ||
} |
Please register or sign in to comment