Bump barryvdh/laravel-debugbar from 3.4.1 to 3.5.1 (#516)

This commit is contained in:
dependabot[bot] 2020-10-25 07:47:00 +00:00 committed by GitHub
parent a026897986
commit 486e5bad0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 14 deletions

29
composer.lock generated
View File

@ -6063,35 +6063,36 @@
"packages-dev": [
{
"name": "barryvdh/laravel-debugbar",
"version": "v3.4.1",
"version": "v3.5.1",
"source": {
"type": "git",
"url": "https://github.com/barryvdh/laravel-debugbar.git",
"reference": "9e785aa5584e8839fd43070202dd7f2e912db51c"
"reference": "233c10688f4c1a6e66ed2ef123038b1363d1bedc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/9e785aa5584e8839fd43070202dd7f2e912db51c",
"reference": "9e785aa5584e8839fd43070202dd7f2e912db51c",
"url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/233c10688f4c1a6e66ed2ef123038b1363d1bedc",
"reference": "233c10688f4c1a6e66ed2ef123038b1363d1bedc",
"shasum": ""
},
"require": {
"illuminate/routing": "^5.5|^6|^7",
"illuminate/session": "^5.5|^6|^7",
"illuminate/support": "^5.5|^6|^7",
"illuminate/routing": "^6|^7|^8",
"illuminate/session": "^6|^7|^8",
"illuminate/support": "^6|^7|^8",
"maximebf/debugbar": "^1.16.3",
"php": ">=7.0",
"symfony/debug": "^3|^4|^5",
"symfony/finder": "^3|^4|^5"
"php": ">=7.2",
"symfony/debug": "^4.3|^5",
"symfony/finder": "^4.3|^5"
},
"require-dev": {
"orchestra/testbench": "^3.5|^4.0|^5.0",
"phpunit/phpunit": "^6.0|^7.0|^8.5|^9.0"
"orchestra/testbench-dusk": "^4|^5|^6",
"phpunit/phpunit": "^8.5|^9.0",
"squizlabs/php_codesniffer": "^3.5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.2-dev"
"dev-master": "3.5-dev"
},
"laravel": {
"providers": [
@ -6134,7 +6135,7 @@
"type": "github"
}
],
"time": "2020-08-11T10:30:51+00:00"
"time": "2020-09-07T19:32:39+00:00"
},
{
"name": "barryvdh/laravel-ide-helper",