Skip to content

Commit

Permalink
Revert hook event dispatcher update (department-of-veterans-affairs#1…
Browse files Browse the repository at this point in the history
…7484)

* Revert "Bump drupal/hook_event_dispatcher from 4.0.0-rc1 to 4.0.0 (department-of-veterans-affairs#17428)"

This reverts commit 4d1cb3a.

* updated composer.lock

* updated composer files
  • Loading branch information
edmund-dunn authored and jilladams committed May 6, 2024
1 parent ccbfeee commit 7f2b2b9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,9 @@
"drupal/html_tag_usage": {
"3270450 - Add csv generator and filters": "https://www.drupal.org/files/issues/2022-06-30/add-filters-and-csv-20.patch"
},
"drupal/hook_event_dispatcher": {
"3341726 - fix for deprecated getImplemenations()": "https://www.drupal.org/files/issues/2023-02-14/3341726-remove-getImplementations.patch"
},
"drupal/inline_entity_form": {
"3226473 - Opt-in system delete.": "https://www.drupal.org/files/issues/2023-03-28/3226473-opt-in-system-delete-2.patch",
"3061620 - Cancel closes all forms": "https://www.drupal.org/files/issues/2022-07-21/inline_entity_form-close-only-forms-where-close-clicked-3061620-13.patch"
Expand Down
19 changes: 9 additions & 10 deletions composer.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7577,17 +7577,17 @@
},
{
"name": "drupal/hook_event_dispatcher",
"version": "4.0.0",
"version": "4.0.0-rc1",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/hook_event_dispatcher.git",
"reference": "4.0.0"
"reference": "4.0.0-rc1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/hook_event_dispatcher-4.0.0.zip",
"reference": "4.0.0",
"shasum": "9b11a07269ccf87e2c9b5e487aea3bcb425fcf5f"
"url": "https://ftp.drupal.org/files/projects/hook_event_dispatcher-4.0.0-rc1.zip",
"reference": "4.0.0-rc1",
"shasum": "4e643c27f4c083eb30a1e2325163e65be47d7b81"
},
"require": {
"drupal/core": "^10",
Expand All @@ -7596,7 +7596,6 @@
"require-dev": {
"drupal/core_event_dispatcher": "*",
"drupal/paragraphs": "^1.10",
"drupal/tracer": "^1.0",
"drupal/webform": "*",
"mglaman/phpstan-drupal": "^1.1",
"mockery/mockery": "^1.3",
Expand All @@ -7610,11 +7609,11 @@
"type": "drupal-module",
"extra": {
"drupal": {
"version": "4.0.0",
"datestamp": "1709272506",
"version": "4.0.0-rc1",
"datestamp": "1691676068",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
"status": "not-covered",
"message": "RC releases are not covered by Drupal security advisories."
}
}
},
Expand Down

0 comments on commit 7f2b2b9

Please sign in to comment.