build(deps-dev): bump barryvdh/laravel-debugbar from 3.9.2 to 3.10.5

build(deps-dev): bump barryvdh/laravel-debugbar from 3.9.2 to 3.10.5
This commit is contained in:
Rico
2024-02-19 14:39:10 +01:00
committed by GitHub

42
composer.lock generated
View File

@@ -8342,36 +8342,36 @@
"packages-dev": [ "packages-dev": [
{ {
"name": "barryvdh/laravel-debugbar", "name": "barryvdh/laravel-debugbar",
"version": "v3.9.2", "version": "v3.10.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/barryvdh/laravel-debugbar.git", "url": "https://github.com/barryvdh/laravel-debugbar.git",
"reference": "bfd0131c146973cab164e50f5cdd8a67cc60cab1" "reference": "d1a48965f2b25a6cec2eea07d719b568a37c9a88"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/bfd0131c146973cab164e50f5cdd8a67cc60cab1", "url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/d1a48965f2b25a6cec2eea07d719b568a37c9a88",
"reference": "bfd0131c146973cab164e50f5cdd8a67cc60cab1", "reference": "d1a48965f2b25a6cec2eea07d719b568a37c9a88",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"illuminate/routing": "^9|^10", "illuminate/routing": "^9|^10|^11",
"illuminate/session": "^9|^10", "illuminate/session": "^9|^10|^11",
"illuminate/support": "^9|^10", "illuminate/support": "^9|^10|^11",
"maximebf/debugbar": "^1.18.2", "maximebf/debugbar": "~1.20.1",
"php": "^8.0", "php": "^8.0",
"symfony/finder": "^6" "symfony/finder": "^6|^7"
}, },
"require-dev": { "require-dev": {
"mockery/mockery": "^1.3.3", "mockery/mockery": "^1.3.3",
"orchestra/testbench-dusk": "^5|^6|^7|^8", "orchestra/testbench-dusk": "^5|^6|^7|^8|^9",
"phpunit/phpunit": "^8.5.30|^9.0", "phpunit/phpunit": "^8.5.30|^9.0",
"squizlabs/php_codesniffer": "^3.5" "squizlabs/php_codesniffer": "^3.5"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "3.8-dev" "dev-master": "3.10-dev"
}, },
"laravel": { "laravel": {
"providers": [ "providers": [
@@ -8410,7 +8410,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.9.2" "source": "https://github.com/barryvdh/laravel-debugbar/tree/v3.10.5"
}, },
"funding": [ "funding": [
{ {
@@ -8422,7 +8422,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2023-08-25T18:43:57+00:00" "time": "2024-02-15T10:45:45+00:00"
}, },
{ {
"name": "barryvdh/laravel-ide-helper", "name": "barryvdh/laravel-ide-helper",
@@ -9376,22 +9376,22 @@
}, },
{ {
"name": "maximebf/debugbar", "name": "maximebf/debugbar",
"version": "v1.19.1", "version": "v1.20.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/maximebf/php-debugbar.git", "url": "https://github.com/maximebf/php-debugbar.git",
"reference": "03dd40a1826f4d585ef93ef83afa2a9874a00523" "reference": "484625c23a4fa4f303617f29fcacd42951c9c01d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/03dd40a1826f4d585ef93ef83afa2a9874a00523", "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/484625c23a4fa4f303617f29fcacd42951c9c01d",
"reference": "03dd40a1826f4d585ef93ef83afa2a9874a00523", "reference": "484625c23a4fa4f303617f29fcacd42951c9c01d",
"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": "^4|^5|^6" "symfony/var-dumper": "^4|^5|^6|^7"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": ">=7.5.20 <10.0", "phpunit/phpunit": ">=7.5.20 <10.0",
@@ -9405,7 +9405,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.18-dev" "dev-master": "1.20-dev"
} }
}, },
"autoload": { "autoload": {
@@ -9436,9 +9436,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.19.1" "source": "https://github.com/maximebf/php-debugbar/tree/v1.20.2"
}, },
"time": "2023-10-12T08:10:52+00:00" "time": "2024-02-15T10:49:09+00:00"
}, },
{ {
"name": "mockery/mockery", "name": "mockery/mockery",