2013-12-28 18:24:22 -05:00
|
|
|
{
|
2014-04-22 21:48:22 +02:00
|
|
|
"name": "cakephp/cakephp",
|
|
|
|
"description": "The CakePHP framework",
|
|
|
|
"type": "library",
|
|
|
|
"keywords": ["framework"],
|
2017-03-11 21:24:39 +09:00
|
|
|
"homepage": "https://cakephp.org",
|
2014-04-22 21:48:22 +02:00
|
|
|
"license": "MIT",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "CakePHP Community",
|
|
|
|
"homepage": "https://github.com/cakephp/cakephp/graphs/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/cakephp/cakephp/issues",
|
2017-03-11 21:24:39 +09:00
|
|
|
"forum": "https://stackoverflow.com/tags/cakephp",
|
2014-04-22 21:48:22 +02:00
|
|
|
"irc": "irc://irc.freenode.org/cakephp",
|
|
|
|
"source": "https://github.com/cakephp/cakephp"
|
|
|
|
},
|
|
|
|
"require": {
|
2015-04-30 14:56:50 +02:00
|
|
|
"php": ">=5.3.0",
|
2014-04-22 21:48:22 +02:00
|
|
|
"ext-mcrypt": "*"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2017-07-20 22:25:56 +02:00
|
|
|
"phpunit/phpunit": "<6.0.0",
|
2015-09-25 16:51:47 +02:00
|
|
|
"cakephp/cakephp-codesniffer": "^1.0.0"
|
2014-04-22 21:48:22 +02:00
|
|
|
},
|
2016-05-17 22:24:00 -04:00
|
|
|
"config": {
|
2017-07-11 00:31:41 +02:00
|
|
|
"vendor-dir": "vendors/",
|
|
|
|
"process-timeout": 0
|
2016-05-17 22:24:00 -04:00
|
|
|
},
|
2014-04-22 21:48:22 +02:00
|
|
|
"bin": [
|
|
|
|
"lib/Cake/Console/cake"
|
2017-07-10 23:12:35 +02:00
|
|
|
],
|
|
|
|
"scripts": {
|
|
|
|
"check": [
|
|
|
|
"@cs-check",
|
|
|
|
"@test"
|
|
|
|
],
|
|
|
|
"cs-check": "./vendors/bin/phpcs -p --extensions=php --standard=CakePHP ./lib/Cake",
|
|
|
|
"test": "./lib/Cake/Console/cake test core AllTests --stderr"
|
|
|
|
}
|
2013-12-28 18:24:22 -05:00
|
|
|
}
|