composer.json 643 B

12345678910111213141516171819202122232425
  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.3",
  17. "composer/installers": "*"
  18. },
  19. "support": {
  20. "source": "https://github.com/dereuromark/cakephp-tools"
  21. },
  22. "extra": {
  23. "installer-name": "Tools"
  24. }
  25. }