| 123456789101112131415161718192021222324252627282930313233343536 |
- {
- "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.*"
- },
- "require-dev": {
- "phpunit/phpunit": "*"
- },
- "autoload": {
- "psr-4": {
- "Cake\\": "src",
- "Cake\\Test\\": "tests"
- }
- }
- }
|