Skip to content

Commit

Permalink
Added composer.json for CakePHP 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Dec 28, 2013
1 parent b682732 commit c86f9ab
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions composer.json
@@ -0,0 +1,32 @@
{
"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.2.8",
"ext-mcrypt": "*",
"ext-mbstring": "*"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
"cakephp/debug_kit" : "2.2.*"
},
"bin": [
"lib/Cake/Console/cake"
]
}

0 comments on commit c86f9ab

Please sign in to comment.