Dependencies - A list of other modules your module depends on.
Dependencies should be namespaced in the format {project}:{module}, where {project} is the project name as it appears in the Drupal.org URL (e.g. drupal.org/project/views) and {module} is the module's machine name.

https://www.drupal.org/docs/8/creating-custom-modules/let-drupal-8-know-...

Comments

legaudinier created an issue. See original summary.

legaudinier’s picture

Assigned: legaudinier » Unassigned
Status: Active » Needs review
StatusFileSize
new359 bytes

I created and upload a patch that fixes the dependency error in the info.yml file. Thanks!

volkswagenchick’s picture

Status: Needs review » Reviewed & tested by the community

Code looks good and aligns to Drupal namespacing standards.

Patch applied using simplytest.me, marking RTBC

mxh’s picture

Status: Reviewed & tested by the community » Fixed
mxh’s picture

Status: Fixed » Closed (fixed)