Bump barryvdh/laravel-debugbar from 3.7.0 to 3.8.0

Bumps [barryvdh/laravel-debugbar](https://github.com/barryvdh/laravel-debugbar) from 3.7.0 to 3.8.0.
- [Release notes](https://github.com/barryvdh/laravel-debugbar/releases)
- [Commits](https://github.com/barryvdh/laravel-debugbar/compare/v3.7.0...v3.8.0)

---
updated-dependencies:
- dependency-name: barryvdh/laravel-debugbar
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-02-06 11:10:45 +00:00 committed by GitHub
parent 6dec78728c
commit 219fc29080
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

42
composer.lock generated
View file

@ -7263,30 +7263,30 @@
}, },
{ {
"name": "barryvdh/laravel-debugbar", "name": "barryvdh/laravel-debugbar",
"version": "v3.7.0", "version": "v3.8.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/barryvdh/laravel-debugbar.git", "url": "https://github.com/barryvdh/laravel-debugbar.git",
"reference": "3372ed65e6d2039d663ed19aa699956f9d346271" "reference": "eb01216141e62433178c52b0cbdb785b45bae871"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/3372ed65e6d2039d663ed19aa699956f9d346271", "url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/eb01216141e62433178c52b0cbdb785b45bae871",
"reference": "3372ed65e6d2039d663ed19aa699956f9d346271", "reference": "eb01216141e62433178c52b0cbdb785b45bae871",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"illuminate/routing": "^7|^8|^9", "illuminate/routing": "^9|^10",
"illuminate/session": "^7|^8|^9", "illuminate/session": "^9|^10",
"illuminate/support": "^7|^8|^9", "illuminate/support": "^9|^10",
"maximebf/debugbar": "^1.17.2", "maximebf/debugbar": "^1.17.2",
"php": ">=7.2.5", "php": "^8.0",
"symfony/finder": "^5|^6" "symfony/finder": "^6"
}, },
"require-dev": { "require-dev": {
"mockery/mockery": "^1.3.3", "mockery/mockery": "^1.3.3",
"orchestra/testbench-dusk": "^5|^6|^7", "orchestra/testbench-dusk": "^5|^6|^7|^8",
"phpunit/phpunit": "^8.5|^9.0", "phpunit/phpunit": "^8.5.30|^9.0",
"squizlabs/php_codesniffer": "^3.5" "squizlabs/php_codesniffer": "^3.5"
}, },
"type": "library", "type": "library",
@ -7331,7 +7331,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/barryvdh/laravel-debugbar/issues", "issues": "https://github.com/barryvdh/laravel-debugbar/issues",
"source": "https://github.com/barryvdh/laravel-debugbar/tree/v3.7.0" "source": "https://github.com/barryvdh/laravel-debugbar/tree/v3.8.0"
}, },
"funding": [ "funding": [
{ {
@ -7343,7 +7343,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2022-07-11T09:26:42+00:00" "time": "2023-02-04T15:47:28+00:00"
}, },
{ {
"name": "barryvdh/laravel-ide-helper", "name": "barryvdh/laravel-ide-helper",
@ -8918,25 +8918,25 @@
}, },
{ {
"name": "maximebf/debugbar", "name": "maximebf/debugbar",
"version": "v1.18.1", "version": "v1.18.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/maximebf/php-debugbar.git", "url": "https://github.com/maximebf/php-debugbar.git",
"reference": "ba0af68dd4316834701ecb30a00ce9604ced3ee9" "reference": "17dcf3f6ed112bb85a37cf13538fd8de49f5c274"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/ba0af68dd4316834701ecb30a00ce9604ced3ee9", "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/17dcf3f6ed112bb85a37cf13538fd8de49f5c274",
"reference": "ba0af68dd4316834701ecb30a00ce9604ced3ee9", "reference": "17dcf3f6ed112bb85a37cf13538fd8de49f5c274",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.1|^8", "php": "^7.1|^8",
"psr/log": "^1|^2|^3", "psr/log": "^1|^2|^3",
"symfony/var-dumper": "^2.6|^3|^4|^5|^6" "symfony/var-dumper": "^4|^5|^6"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^7.5.20 || ^9.4.2", "phpunit/phpunit": ">=7.5.20 <10.0",
"twig/twig": "^1.38|^2.7|^3.0" "twig/twig": "^1.38|^2.7|^3.0"
}, },
"suggest": { "suggest": {
@ -8978,9 +8978,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/maximebf/php-debugbar/issues", "issues": "https://github.com/maximebf/php-debugbar/issues",
"source": "https://github.com/maximebf/php-debugbar/tree/v1.18.1" "source": "https://github.com/maximebf/php-debugbar/tree/v1.18.2"
}, },
"time": "2022-03-31T14:55:54+00:00" "time": "2023-02-04T15:27:00+00:00"
}, },
{ {
"name": "mockery/mockery", "name": "mockery/mockery",