mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-14 19:08:25 +00:00
37 lines
882 B
JSON
37 lines
882 B
JSON
{
|
|
"name": "cakephp/app",
|
|
"description": "CakePHP Application skeleton",
|
|
"type": "library",
|
|
"keywords": ["application", "cakephp"],
|
|
"homepage": "https://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": "https://stackoverflow.com/tags/cakephp",
|
|
"irc": "irc://irc.freenode.org/cakephp",
|
|
"source": "https://github.com/cakephp/cakephp"
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0",
|
|
"ext-mcrypt": "*",
|
|
"cakephp/cakephp": "~2.9"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "3.7.*"
|
|
},
|
|
"suggest": {
|
|
"cakephp/cakephp-codesniffer": "Easily check code formatting against the CakePHP coding standards."
|
|
},
|
|
"bin": [
|
|
"lib/Cake/Console/cake"
|
|
],
|
|
"config": {
|
|
"vendor-dir": "Vendor/"
|
|
}
|
|
}
|