composer.json 436 B

123456789101112131415
  1. {
  2. "name": "coldtrick/file_tools",
  3. "description": "Extend the functionality of the core file plugin",
  4. "type": "elgg-plugin",
  5. "keywords": ["elgg", "plugin", "tools"],
  6. "license": "GPL-2.0",
  7. "homepage": "https://community.elgg.org/plugins/874513",
  8. "support": {
  9. "source": "https://github.com/ColdTrick/file_tools",
  10. "issues": "https://github.com/ColdTrick/file_tools/issues"
  11. },
  12. "require": {
  13. "composer/installers": "^1.0.8"
  14. }
  15. }