composer.json 789 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "dereuromark/cakephp-tools",
  3. "type": "cakephp-plugin",
  4. "description": "A CakePHP plugin containing lots of useful and reusable tools",
  5. "keywords": ["cakephp", "plugin", "tools", "utils", "helpers", "components", "behaviors", "datasources"],
  6. "homepage": "https://github.com/dereuromark/cakephp-tools",
  7. "license": "MIT",
  8. "authors": [
  9. {
  10. "name": "Mark Scherer",
  11. "homepage": "http://www.dereuromark.de",
  12. "role": "Maintainer"
  13. }
  14. ],
  15. "require": {
  16. "php": ">=5.4",
  17. "composer/installers": "*",
  18. "dereuromark/cakephp-shim": "0.4.*"
  19. },
  20. "support": {
  21. "source": "https://github.com/dereuromark/cakephp-tools"
  22. },
  23. "extra": {
  24. "installer-name": "Tools"
  25. },
  26. "suggest": {
  27. "pelago/emogrifier": "When using InlineCss lib and CSS to inline HTML transformation."
  28. }
  29. }