{ "name": "cakephp/cakephp", "description": "The CakePHP framework", "type": "library", "keywords": ["framework"], "homepage": "http://cakephp.org", "license": "MIT", "authors": [ { "name": "CakePHP Community", "homepage": "https://github.com/cakephp/cakephp/graphs/contributors" } ], "support": { "issues": "https://github.com/cakephp/cakephp/issues", "forum": "http://stackoverflow.com/tags/cakephp", "irc": "irc://irc.freenode.org/cakephp", "source": "https://github.com/cakephp/cakephp" }, "require": { "php": ">=5.4.19", "ext-intl": "*", "ext-mcrypt": "*", "ext-mbstring": "*", "nesbot/Carbon": "1.8.*", "ircmaxell/password-compat": "1.0.*", "aura/intl": "1.1.*" }, "require-dev": { "phpunit/phpunit": "*" }, "autoload": { "psr-4": { "Cake\\": "src" } }, "autoload-dev": { "psr-4": { "Cake\\Test\\": "tests" } } }