Merge pull request #3964 from firefly-iii/dependabot/composer/develop/filp/whoops-2.8.0

Bump filp/whoops from 2.7.3 to 2.8.0
This commit is contained in:
James Cole
2020-10-19 08:39:14 +02:00
committed by GitHub

16
composer.lock generated
View File

@@ -7816,25 +7816,25 @@
}, },
{ {
"name": "filp/whoops", "name": "filp/whoops",
"version": "2.7.3", "version": "2.8.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/filp/whoops.git", "url": "https://github.com/filp/whoops.git",
"reference": "5d5fe9bb3d656b514d455645b3addc5f7ba7714d" "reference": "fa50d9db1c0c2fae99cf988d27023effda5524a3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/filp/whoops/zipball/5d5fe9bb3d656b514d455645b3addc5f7ba7714d", "url": "https://api.github.com/repos/filp/whoops/zipball/fa50d9db1c0c2fae99cf988d27023effda5524a3",
"reference": "5d5fe9bb3d656b514d455645b3addc5f7ba7714d", "reference": "fa50d9db1c0c2fae99cf988d27023effda5524a3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^5.5.9 || ^7.0", "php": "^5.5.9 || ^7.0 || ^8.0",
"psr/log": "^1.0.1" "psr/log": "^1.0.1"
}, },
"require-dev": { "require-dev": {
"mockery/mockery": "^0.9 || ^1.0", "mockery/mockery": "^0.9 || ^1.0",
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0", "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.3",
"symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0" "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0"
}, },
"suggest": { "suggest": {
@@ -7844,7 +7844,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.6-dev" "dev-master": "2.7-dev"
} }
}, },
"autoload": { "autoload": {
@@ -7873,7 +7873,7 @@
"throwable", "throwable",
"whoops" "whoops"
], ],
"time": "2020-06-14T09:00:00+00:00" "time": "2020-10-17T09:00:00+00:00"
}, },
{ {
"name": "fzaninotto/faker", "name": "fzaninotto/faker",