Skip to content
Snippets Groups Projects
Commit 0c719a8e authored by jay jangid's avatar jay jangid Committed by jay jangid
Browse files

Issue #3362118: All dependencies must be prefixed with the project name, for example "drupal:"

parent 61fef444
No related branches found
No related tags found
1 merge request!2Issue #3362118: All dependencies must be prefixed with the project name, for example "drupal:"
......@@ -4,10 +4,10 @@ description: 'Provides reports to analyze and display the count of entities such
core_version_requirement: '^10'
package: 'Utility'
dependencies:
- node
- user
- block_content
- taxonomy
- node:node
- user:user
- block_content:block_content
- taxonomy:taxonomy
configure: entity_count_analyzer.node_count
version: '1.0.0'
project: 'entity_count_analyzer'
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment