| 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": "http://cakephp.lighthouseapp.com/",
- "forum": "http://stackoverflow.com/tags/cakephp",
- "irc": "irc://irc.freenode.org/cakephp",
- "source": "https://github.com/cakephp/cakephp/"
- },
- "require": {
- "php": ">=5.4",
- "ext-mcrypt": "*",
- "ext-mbstring": "*"
- },
- "require-dev": {
- "phpunit/phpunit": "3.7.*"
- },
- "autoload": {
- "psr-0": {
- "Cake\\": "."
- }
- },
- "bin": [
- "Cake/Console/cake"
- ]
- }
|