composer.json 583 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "iionly/no_logging",
  3. "description": "This plugin disables the Elgg system log.",
  4. "type": "elgg-plugin",
  5. "keywords": [
  6. "elgg",
  7. "plugin"
  8. ],
  9. "homepage": "https://github.com/iionly/no_logging",
  10. "license": "GPL-2.0",
  11. "authors": [
  12. {
  13. "name": "iionly",
  14. "homepage": "https://github.com/iionly",
  15. "role": "Developer"
  16. }
  17. ],
  18. "support": {
  19. "issues": "https://github.com/iionly/no_logging/issues"
  20. },
  21. "require": {
  22. "composer/installers": ">=1.0.8"
  23. }
  24. }