Merge pull request #80 from lbryio/dependabot/composer/cakephp/cakephp-3.7.7
Bump cakephp/cakephp from 3.7.1 to 3.7.7
This commit is contained in:
commit
7e9851ccfc
2 changed files with 9 additions and 7 deletions
|
@ -6,7 +6,7 @@
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.6",
|
"php": ">=5.6",
|
||||||
"cakephp/cakephp": "3.7.1",
|
"cakephp/cakephp": "3.7.7",
|
||||||
"mobiledetect/mobiledetectlib": "2.*",
|
"mobiledetect/mobiledetectlib": "2.*",
|
||||||
"cakephp/migrations": "~1.0",
|
"cakephp/migrations": "~1.0",
|
||||||
"psr/simple-cache": "^1.0.0",
|
"psr/simple-cache": "^1.0.0",
|
||||||
|
|
14
composer.lock
generated
14
composer.lock
generated
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "bfdd477b9edc64f5c9f04b61d9bb6ae2",
|
"content-hash": "fcd3128079150fce9ed481f1769e120d",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "aura/intl",
|
"name": "aura/intl",
|
||||||
|
@ -103,16 +103,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "cakephp/cakephp",
|
"name": "cakephp/cakephp",
|
||||||
"version": "3.7.1",
|
"version": "3.7.7",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/cakephp/cakephp.git",
|
"url": "https://github.com/cakephp/cakephp.git",
|
||||||
"reference": "1f6fd21ca27ffc88fa88506a400b94a809e29254"
|
"reference": "b0aeff37f78e6cca7ed35bc0e49dedd6cf5fb3d6"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/cakephp/cakephp/zipball/1f6fd21ca27ffc88fa88506a400b94a809e29254",
|
"url": "https://api.github.com/repos/cakephp/cakephp/zipball/b0aeff37f78e6cca7ed35bc0e49dedd6cf5fb3d6",
|
||||||
"reference": "1f6fd21ca27ffc88fa88506a400b94a809e29254",
|
"reference": "b0aeff37f78e6cca7ed35bc0e49dedd6cf5fb3d6",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -145,6 +145,7 @@
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"cakephp/cakephp-codesniffer": "^3.0",
|
"cakephp/cakephp-codesniffer": "^3.0",
|
||||||
|
"cakephp/chronos": "^1.2.1",
|
||||||
"phpunit/phpunit": "^5.7.14|^6.0"
|
"phpunit/phpunit": "^5.7.14|^6.0"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
|
@ -187,7 +188,7 @@
|
||||||
"rapid-development",
|
"rapid-development",
|
||||||
"validation"
|
"validation"
|
||||||
],
|
],
|
||||||
"time": "2018-12-18T02:39:37+00:00"
|
"time": "2019-04-24T01:30:19+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "cakephp/chronos",
|
"name": "cakephp/chronos",
|
||||||
|
@ -2120,6 +2121,7 @@
|
||||||
"psr",
|
"psr",
|
||||||
"psr-7"
|
"psr-7"
|
||||||
],
|
],
|
||||||
|
"abandoned": "laminas/laminas-diactoros",
|
||||||
"time": "2019-08-06T17:53:53+00:00"
|
"time": "2019-08-06T17:53:53+00:00"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue