Commit 39f852cb authored by Harsh Panchal's avatar Harsh Panchal Committed by Jordan Barnes
Browse files

Issue #3301103 by anoopsingh92, Harsh panchal: All dependencies must be...

Issue #3301103 by anoopsingh92, Harsh panchal: All dependencies must be prefixed with the project name, for example "drupal:"
parent 26747fc0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ type: module
core_version_requirement: ^9 || ^10
package: custom
dependencies:
  - hook_event_dispatcher
  - core_event_dispatcher
  - hook_event_dispatcher:hook_event_dispatcher
  - core_event_dispatcher:core_event_dispatcher
  - drupal:file (>= 8.8.0)
  - token:token