composer.json 617 B

1234567891011121314151617181920
  1. {
  2. "name": "au/au_group_notices",
  3. "type": "elgg-plugin",
  4. "description": "Allows group owners to add context-sensitive text notices to sidebar, base or top of group pages.",
  5. "homepage": "https://github.com/AU-Landing-Project/au_group_notices",
  6. "keywords": ["elgg", "plugin", "groups", "notices", "AU"],
  7. "license": "GPL-2.0",
  8. "authors": [
  9. {
  10. "name": "Jon Dron"
  11. }
  12. ],
  13. "support": {
  14. "issues": "https://github.com/AU-Landing-Project/au_group_notices/issues"
  15. },
  16. "require": {
  17. "php": ">=5.4",
  18. "composer/installers": ">=1.0.8"
  19. }
  20. }