composer.json 519 B

12345678910111213141516171819
  1. {
  2. "name": "beck24/image_proxy",
  3. "type": "elgg-plugin",
  4. "description": "Proxy scheme for http images embedded in https elgg sites",
  5. "homepage": "https://github.com/beck24/image_proxy",
  6. "keywords": ["elgg", "plugin", "image", "image proxy"],
  7. "license": "GPL-2.0",
  8. "authors": [
  9. {
  10. "name": "Matt Beckett"
  11. }
  12. ],
  13. "support": {
  14. "issues": "https://github.com/beck24/image_proxy/issues"
  15. },
  16. "require": {
  17. "composer/installers": ">=1.0.8"
  18. }
  19. }