All dependencies must be prefixed by project name, So please apply new {project}:{module} format for dependencies in info.yml file
It is supported since 8.0 and 7.40 Change Record: Project namespaces can now be added for module dependencies, and is now a Best Practice Define project dependencies in core module .info files).
It is useful for DrupalCi to download the right dependencies and Installation profiles to work well. So sooner is better.
Hope this helps.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | Screen Shot 2019-03-01 at 6.14.30 AM.png | 27.04 KB | volkswagenchick |
| #5 | Update_dependencies_format_in_info.yml_3011673-5.patch | 866 bytes | chipway |
| #3 | dependency_Social simple.png | 31.64 KB | Aanal.addweb |
| #2 | Update_dependencies_format_in_info.yml_3011673-2.patch | 504 bytes | chipway |
Comments
Comment #2
chipway commentedHere is the patch. Please review.
Comment #3
Aanal.addweb commented@chipway, Thanks for providing the patch. Your patch is working fine for me. As per the mentioned changes, I matched it with Pareview. PFA.
Comment #4
volkswagenchickAccording to drupal coding standards, the name of the module should be in title case. Maybe this would be a good fix in this patch?? Marking needs work.
https://www.drupal.org/docs/develop/documenting-your-project/help-text-s...
Thanks!
Comment #5
chipway commentedGood idea AmyJune,
Here is a reroll with capitalization.
Please review.
Comment #6
volkswagenchickNew patch looks good. Applies locally and on simplytest.me. Namespacing is aligned to Documentation STandards and the project is now in title case on the Extend page. Screenshot attached.
Marking RTBC, thanks for the re-roll.
Comment #8
flocondetoileCommitted. Thanks