composer.json 729 B

123456789101112131415161718192021
  1. {
  2. "name": "au/views_counter",
  3. "type": "elgg-plugin",
  4. "description": "Provides a view counter system that may be include automatically for any entities, based on subtypes, that follow some specific elgg patterns that comes from the elgg_view_entity() function",
  5. "homepage": "https://github.com/AU-Landing-Project/views_counter",
  6. "keywords": ["elgg", "plugin", "views_counter"],
  7. "license": "GPL-2.0",
  8. "authors": [
  9. {
  10. "name": "José Gomes",
  11. "name": "Matt Beckett"
  12. }
  13. ],
  14. "support": {
  15. "issues": "https://github.com/AU-Landing-Project/views_counter/issues"
  16. },
  17. "require": {
  18. "php": ">=5.4",
  19. "composer/installers": ">=1.0.8"
  20. }
  21. }