composer.json 689 B

1234567891011121314151617181920
  1. {
  2. "name": "au/suggested_friends",
  3. "type": "elgg-plugin",
  4. "description": "This plugin will help the users to find people they may know (or should know), it can suggest friends of user's friends and/or members of user's groups",
  5. "homepage": "https://github.com/AU-Landing-Project/suggested_friends",
  6. "keywords": ["elgg", "plugin", "friends", "suggested friends", "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/suggested_friends/issues"
  15. },
  16. "require": {
  17. "php": ">=5.4",
  18. "composer/installers": ">=1.0.8"
  19. }
  20. }