composer.json 698 B

123456789101112131415161718192021
  1. {
  2. "name": "au/au_group_tag_menu",
  3. "type": "elgg-plugin",
  4. "description": "Adds a group submenu of specified tags and displays the results in the group context. Also adds group tagcloud with integrated listing in the group.",
  5. "homepage": "https://github.com/AU-Landing-Project/au_analytics",
  6. "keywords": ["elgg", "plugin", "tag", "groups", "AU"],
  7. "license": "GPL-2.0",
  8. "authors": [
  9. {
  10. "name": "Jon Dron",
  11. "name": "Matt Beckett"
  12. }
  13. ],
  14. "support": {
  15. "issues": "https://github.com/AU-Landing-Project/au_group_tag_menu/issues"
  16. },
  17. "require": {
  18. "php": ">=5.4",
  19. "composer/installers": ">=1.0.8"
  20. }
  21. }