| 1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "name": "dereuromark/cakephp-tools",
- "type": "cakephp-plugin",
- "description": "A CakePHP plugin containing lots of useful and reusable tools",
- "keywords": ["cakephp", "plugin", "tools", "utils", "helpers", "components", "behaviors", "datasources"],
- "homepage": "https://github.com/dereuromark/cakephp-tools",
- "license": "MIT",
- "authors": [
- {
- "name": "Mark Scherer",
- "role": "Author",
- "homepage": "http://www.dereuromark.de"
- }
- ],
- "require":{
- "php": ">=5.4",
- "composer/installers": "*",
- "cakephp/cakephp": "3.0.*-dev"
- },
- "autoload": {
- "psr-4": {
- "Tools\\": "src"
- }
- },
- "autoload-dev": {
- "psr-4": {
- "Tools\\Test\\": "tests",
- "Cake\\Test\\Fixture\\": "vendor/cakephp/cakephp/tests/Fixture"
- }
- },
- "support":{
- "source": "https://github.com/dereuromark/cakephp-tools",
- "issues": "https://github.com/dereuromark/cakephp-tools/issues"
- },
- "extra": {
- "installer-name": "Tools"
- }
- }
|