Bump barryvdh/laravel-debugbar from 3.3.3 to 3.4.1 (#487)

This commit is contained in:
dependabot[bot] 2020-08-23 02:26:13 +00:00 committed by GitHub
parent 2c2b17653e
commit f301c56a1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 7 deletions

15
composer.lock generated
View File

@ -5978,29 +5978,30 @@
"packages-dev": [ "packages-dev": [
{ {
"name": "barryvdh/laravel-debugbar", "name": "barryvdh/laravel-debugbar",
"version": "v3.3.3", "version": "v3.4.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/barryvdh/laravel-debugbar.git", "url": "https://github.com/barryvdh/laravel-debugbar.git",
"reference": "57f2219f6d9efe41ed1bc880d86701c52f261bf5" "reference": "9e785aa5584e8839fd43070202dd7f2e912db51c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/57f2219f6d9efe41ed1bc880d86701c52f261bf5", "url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/9e785aa5584e8839fd43070202dd7f2e912db51c",
"reference": "57f2219f6d9efe41ed1bc880d86701c52f261bf5", "reference": "9e785aa5584e8839fd43070202dd7f2e912db51c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"illuminate/routing": "^5.5|^6|^7", "illuminate/routing": "^5.5|^6|^7",
"illuminate/session": "^5.5|^6|^7", "illuminate/session": "^5.5|^6|^7",
"illuminate/support": "^5.5|^6|^7", "illuminate/support": "^5.5|^6|^7",
"maximebf/debugbar": "^1.15.1", "maximebf/debugbar": "^1.16.3",
"php": ">=7.0", "php": ">=7.0",
"symfony/debug": "^3|^4|^5", "symfony/debug": "^3|^4|^5",
"symfony/finder": "^3|^4|^5" "symfony/finder": "^3|^4|^5"
}, },
"require-dev": { "require-dev": {
"laravel/framework": "5.5.x" "orchestra/testbench": "^3.5|^4.0|^5.0",
"phpunit/phpunit": "^6.0|^7.0|^8.5|^9.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@ -6048,7 +6049,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2020-05-05T10:53:32+00:00" "time": "2020-08-11T10:30:51+00:00"
}, },
{ {
"name": "barryvdh/laravel-ide-helper", "name": "barryvdh/laravel-ide-helper",