Merge pull request #5779 from firefly-iii/dependabot/composer/develop/barryvdh/laravel-debugbar-3.6.7

Bump barryvdh/laravel-debugbar from 3.6.6 to 3.6.7
This commit is contained in:
mergify[bot] 2022-02-14 03:01:54 +00:00 committed by GitHub
commit 431eef5e80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

39
composer.lock generated
View File

@ -7599,16 +7599,16 @@
"packages-dev": [ "packages-dev": [
{ {
"name": "barryvdh/laravel-debugbar", "name": "barryvdh/laravel-debugbar",
"version": "v3.6.6", "version": "v3.6.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/barryvdh/laravel-debugbar.git", "url": "https://github.com/barryvdh/laravel-debugbar.git",
"reference": "f92fe967b40b36ad1ee8ed2fd59c05ae67a1ebba" "reference": "b96f9820aaf1ff9afe945207883149e1c7afb298"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/f92fe967b40b36ad1ee8ed2fd59c05ae67a1ebba", "url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/b96f9820aaf1ff9afe945207883149e1c7afb298",
"reference": "f92fe967b40b36ad1ee8ed2fd59c05ae67a1ebba", "reference": "b96f9820aaf1ff9afe945207883149e1c7afb298",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -7622,7 +7622,7 @@
}, },
"require-dev": { "require-dev": {
"mockery/mockery": "^1.3.3", "mockery/mockery": "^1.3.3",
"orchestra/testbench-dusk": "^4|^5|^6", "orchestra/testbench-dusk": "^4|^5|^6|^7",
"phpunit/phpunit": "^8.5|^9.0", "phpunit/phpunit": "^8.5|^9.0",
"squizlabs/php_codesniffer": "^3.5" "squizlabs/php_codesniffer": "^3.5"
}, },
@ -7641,12 +7641,12 @@
} }
}, },
"autoload": { "autoload": {
"psr-4": {
"Barryvdh\\Debugbar\\": "src/"
},
"files": [ "files": [
"src/helpers.php" "src/helpers.php"
] ],
"psr-4": {
"Barryvdh\\Debugbar\\": "src/"
}
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
@ -7668,7 +7668,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.6.6" "source": "https://github.com/barryvdh/laravel-debugbar/tree/v3.6.7"
}, },
"funding": [ "funding": [
{ {
@ -7680,7 +7680,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2021-12-21T18:20:10+00:00" "time": "2022-02-09T07:52:32+00:00"
}, },
{ {
"name": "barryvdh/laravel-ide-helper", "name": "barryvdh/laravel-ide-helper",
@ -8159,25 +8159,26 @@
}, },
{ {
"name": "maximebf/debugbar", "name": "maximebf/debugbar",
"version": "v1.17.3", "version": "v1.18.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/maximebf/php-debugbar.git", "url": "https://github.com/maximebf/php-debugbar.git",
"reference": "e8ac3499af0ea5b440908e06cc0abe5898008b3c" "reference": "0d44b75f3b5d6d41ae83b79c7a4bceae7fbc78b6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/e8ac3499af0ea5b440908e06cc0abe5898008b3c", "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/0d44b75f3b5d6d41ae83b79c7a4bceae7fbc78b6",
"reference": "e8ac3499af0ea5b440908e06cc0abe5898008b3c", "reference": "0d44b75f3b5d6d41ae83b79c7a4bceae7fbc78b6",
"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" "symfony/var-dumper": "^2.6|^3|^4|^5|^6"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^7.5.20 || ^9.4.2" "phpunit/phpunit": "^7.5.20 || ^9.4.2",
"twig/twig": "^1.38|^2.7|^3.0"
}, },
"suggest": { "suggest": {
"kriswallsmith/assetic": "The best way to manage assets", "kriswallsmith/assetic": "The best way to manage assets",
@ -8218,9 +8219,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.17.3" "source": "https://github.com/maximebf/php-debugbar/tree/v1.18.0"
}, },
"time": "2021-10-19T12:33:27+00:00" "time": "2021-12-27T18:49:48+00:00"
}, },
{ {
"name": "mockery/mockery", "name": "mockery/mockery",