Merge pull request #5157 from firefly-iii/dependabot/composer/develop/filp/whoops-2.14.4

Bump filp/whoops from 2.14.3 to 2.14.4
This commit is contained in:
James Cole 2021-10-04 11:16:07 +02:00 committed by GitHub
commit d5045b51c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

14
composer.lock generated
View File

@ -8364,21 +8364,21 @@
},
{
"name": "filp/whoops",
"version": "2.14.3",
"version": "2.14.4",
"source": {
"type": "git",
"url": "https://github.com/filp/whoops.git",
"reference": "89584ce67dd32307f1063cc43846674f4679feda"
"reference": "f056f1fe935d9ed86e698905a957334029899895"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/filp/whoops/zipball/89584ce67dd32307f1063cc43846674f4679feda",
"reference": "89584ce67dd32307f1063cc43846674f4679feda",
"url": "https://api.github.com/repos/filp/whoops/zipball/f056f1fe935d9ed86e698905a957334029899895",
"reference": "f056f1fe935d9ed86e698905a957334029899895",
"shasum": ""
},
"require": {
"php": "^5.5.9 || ^7.0 || ^8.0",
"psr/log": "^1.0.1"
"psr/log": "^1.0.1 || ^2.0 || ^3.0"
},
"require-dev": {
"mockery/mockery": "^0.9 || ^1.0",
@ -8423,7 +8423,7 @@
],
"support": {
"issues": "https://github.com/filp/whoops/issues",
"source": "https://github.com/filp/whoops/tree/2.14.3"
"source": "https://github.com/filp/whoops/tree/2.14.4"
},
"funding": [
{
@ -8431,7 +8431,7 @@
"type": "github"
}
],
"time": "2021-09-19T12:00:00+00:00"
"time": "2021-10-03T12:00:00+00:00"
},
{
"name": "hamcrest/hamcrest-php",