composer.json 410 B

1234567891011121314
  1. {
  2. "name": "coldtrick/account_removal",
  3. "description": "Offers users the ability to remove their account from the network",
  4. "type": "elgg-plugin",
  5. "keywords": ["elgg", "plugin", "tools"],
  6. "license": "GPL-2.0",
  7. "support": {
  8. "source": "https://github.com/ColdTrick/account_removal",
  9. "issues": "https://github.com/ColdTrick/account_removal/issues"
  10. },
  11. "require": {
  12. "composer/installers": "^1.0.8"
  13. }
  14. }