mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-03-18 15:39:53 +00:00
Merge pull request #3376 from php-engineer/master-update-composer
update composer.json
This commit is contained in:
commit
a3ad1c859f
1 changed files with 29 additions and 29 deletions
|
@ -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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue