composer.json 688 B

1234567891011121314151617181920
  1. {
  2. "name": "au/au_anonymous_comments",
  3. "type": "elgg-plugin",
  4. "description": "Provides the ability for anonymous (not logged in) users to comment on public content and for that content to be moderated by the owner.",
  5. "homepage": "https://github.com/AU-Landing-Project/AU_anonymous_comments",
  6. "keywords": ["elgg", "plugin", "comments", "anonymous comments", "AU"],
  7. "license": "GPL-2.0",
  8. "authors": [
  9. {
  10. "name": "Matt Beckett"
  11. }
  12. ],
  13. "support": {
  14. "issues": "https://github.com/AU-Landing-Project/AU_anonymous_comments/issues"
  15. },
  16. "require": {
  17. "php": ">=5.4",
  18. "composer/installers": ">=1.0.8"
  19. }
  20. }