composer.json 554 B

1234567891011121314151617181920
  1. {
  2. "name": "au/liked_content",
  3. "type": "elgg-plugin",
  4. "description": "Displays liked content for users and groups",
  5. "homepage": "https://github.com/AU-Landing-Project/liked_content",
  6. "keywords": ["elgg", "plugin", "liked content", "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/liked_content/issues"
  15. },
  16. "require": {
  17. "php": ">=5.4",
  18. "composer/installers": ">=1.0.8"
  19. }
  20. }