composer.json 651 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "dereuromark/tools-cakephp",
  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/tools",
  7. "license": "MIT",
  8. "authors": [
  9. {
  10. "name": "Mark Scherer",
  11. "homepage": "http://www.dereuromark.de"
  12. }
  13. ],
  14. "require": {
  15. "php": ">=5.3",
  16. "composer/installers": "*"
  17. },
  18. "support": {
  19. "source": "https://github.com/dereuromark/tools"
  20. },
  21. "extra": {
  22. "installer-paths": {
  23. "Plugin/Tools/": ["dereuromark/tools-cakephp"]
  24. }
  25. }
  26. }