Skip to content

Instantly share code, notes, and snippets.

@goocey
Created April 29, 2014 12:47
Show Gist options
  • Save goocey/11399245 to your computer and use it in GitHub Desktop.
Save goocey/11399245 to your computer and use it in GitHub Desktop.
{
"name": "cakephp/cakephp",
"repositories" : [
{
"type": "pear",
"url": "http://pear.php.net"
},
{
"type": "pear",
"url": "http://pear.phpunit.de"
},
{
"type": "pear",
"url": "http://pear.phpmd.org"
},
{
"type": "pear",
"url": "http://pear.phpdoc.org"
},
{
"type": "pear",
"url": "http://pear.symfony.com"
},
{
"type": "pear",
"url": "http://pear.cakephp.org"
}
],
"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",
"pear-cakephp/cakephp": ">=2.3.4",
"ext-mcrypt": "*",
"phpdocumentor/phpdocumentor": "2.*",
"pear-pear.symfony.com/yaml": "*"
},
"config": {
"vendor-dir": "Vendor/"
},
"require-dev": {
"pear-pear.phpunit.de/phpunit": "3.7.*",
"cakephp/debug_kit" : "2.2.*"
},
"bin": [
"lib/Cake/Console/cake"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment