{ "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.5.9", "ext-intl": "*", "ext-mbstring": "*", "cakephp/chronos": "*", "aura/intl": "1.1.*", "psr/log": "1.0" }, "suggest": { "ext-openssl": "To use Security::encrypt() or have secure CSRF token generation." }, "require-dev": { "phpunit/phpunit": "*", "cakephp/cakephp-codesniffer": "dev-master" }, "autoload": { "psr-4": { "Cake\\": "src" }, "files": [ "src/Core/functions.php", "src/Collection/functions.php", "src/I18n/functions.php", "src/Utility/bootstrap.php" ] }, "autoload-dev": { "psr-4": { "Cake\\Test\\": "tests", "Company\\TestPluginThree\\Test\\": "tests/test_app/Plugin/Company/TestPluginThree/tests", "TestApp\\": "tests/test_app/TestApp", "TestPlugin\\": "tests/test_app/Plugin/TestPlugin/src", "TestPlugin\\Test\\": "tests/test_app/Plugin/TestPlugin/tests", "TestPluginTwo\\": "tests/test_app/Plugin/TestPluginTwo/src", "PluginJs\\": "tests/test_app/Plugin/PluginJs/src" } }, "replace": { "cakephp/cache": "self.version", "cakephp/collection": "self.version", "cakephp/core": "self.version", "cakephp/datasource": "self.version", "cakephp/database": "self.version", "cakephp/event": "self.version", "cakephp/filesystem": "self.version", "cakephp/i18n": "self.version", "cakephp/log": "self.version", "cakephp/orm": "self.version", "cakephp/utility": "self.version", "cakephp/validation": "self.version" } }