Merge pull request #3376 from php-engineer/master-update-composer

update composer.json
This commit is contained in:
Mark Story 2014-04-22 20:53:15 -04:00
commit a3ad1c859f

View file

@ -1,31 +1,31 @@
{ {
"name": "cakephp/cakephp", "name": "cakephp/cakephp",
"description": "The CakePHP framework", "description": "The CakePHP framework",
"type": "library", "type": "library",
"keywords": ["framework"], "keywords": ["framework"],
"homepage": "http://cakephp.org", "homepage": "http://cakephp.org",
"license": "MIT", "license": "MIT",
"authors": [ "authors": [
{ {
"name": "CakePHP Community", "name": "CakePHP Community",
"homepage": "https://github.com/cakephp/cakephp/graphs/contributors" "homepage": "https://github.com/cakephp/cakephp/graphs/contributors"
} }
], ],
"support": { "support": {
"issues": "https://github.com/cakephp/cakephp/issues", "issues": "https://github.com/cakephp/cakephp/issues",
"forum": "http://stackoverflow.com/tags/cakephp", "forum": "http://stackoverflow.com/tags/cakephp",
"irc": "irc://irc.freenode.org/cakephp", "irc": "irc://irc.freenode.org/cakephp",
"source": "https://github.com/cakephp/cakephp" "source": "https://github.com/cakephp/cakephp"
}, },
"require": { "require": {
"php": ">=5.2.8", "php": ">=5.2.8",
"ext-mcrypt": "*" "ext-mcrypt": "*"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "3.7.*", "phpunit/phpunit": "3.7.*",
"cakephp/debug_kit" : "2.2.*" "cakephp/debug_kit" : "2.2.*"
}, },
"bin": [ "bin": [
"lib/Cake/Console/cake" "lib/Cake/Console/cake"
] ]
} }