Merge pull request #5549 from firefly-iii/dependabot/composer/develop/diglactic/laravel-breadcrumbs-7.1.1

Bump diglactic/laravel-breadcrumbs from 7.0.1 to 7.1.1
This commit is contained in:
mergify[bot]
2022-01-17 03:01:32 +00:00
committed by GitHub
2 changed files with 37 additions and 40 deletions

View File

@@ -87,7 +87,7 @@
"ext-xml": "*", "ext-xml": "*",
"ext-xmlwriter": "*", "ext-xmlwriter": "*",
"bacon/bacon-qr-code": "2.*", "bacon/bacon-qr-code": "2.*",
"diglactic/laravel-breadcrumbs": "^7.0", "diglactic/laravel-breadcrumbs": "^7.1",
"doctrine/dbal": "3.*", "doctrine/dbal": "3.*",
"fideloper/proxy": "4.*", "fideloper/proxy": "4.*",
"gdbots/query-parser": "^2.0", "gdbots/query-parser": "^2.0",

75
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "108bef8f33d7004cea9e9a99a3200787", "content-hash": "d57f5378a4e27336dc46055f45383de3",
"packages": [ "packages": [
{ {
"name": "bacon/bacon-qr-code", "name": "bacon/bacon-qr-code",
@@ -382,28 +382,28 @@
}, },
{ {
"name": "diglactic/laravel-breadcrumbs", "name": "diglactic/laravel-breadcrumbs",
"version": "v7.0.1", "version": "v7.1.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/diglactic/laravel-breadcrumbs.git", "url": "https://github.com/diglactic/laravel-breadcrumbs.git",
"reference": "0a14e8785fa9423c878edd3975af2a92dfcdaf42" "reference": "0bed6e928023c7d0228e9404661bab5470dfb778"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/diglactic/laravel-breadcrumbs/zipball/0a14e8785fa9423c878edd3975af2a92dfcdaf42", "url": "https://api.github.com/repos/diglactic/laravel-breadcrumbs/zipball/0bed6e928023c7d0228e9404661bab5470dfb778",
"reference": "0a14e8785fa9423c878edd3975af2a92dfcdaf42", "reference": "0bed6e928023c7d0228e9404661bab5470dfb778",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"facade/ignition-contracts": "^1.0", "facade/ignition-contracts": "^1.0",
"laravel/framework": "^6.0 || ^7.0 || ^8.0", "laravel/framework": "^6.0 || ^7.0 || ^8.0 || ^9.0",
"php": "^7.2 || ^8.0" "php": "^7.2 || ^8.0"
}, },
"conflict": { "conflict": {
"davejamesmiller/laravel-breadcrumbs": "*" "davejamesmiller/laravel-breadcrumbs": "*"
}, },
"require-dev": { "require-dev": {
"orchestra/testbench": "^4.10 || ^5.9 || ^6.4", "orchestra/testbench": "^4.10 || ^5.9 || ^6.4 || ^7.0",
"php-coveralls/php-coveralls": "^2.4", "php-coveralls/php-coveralls": "^2.4",
"phpunit/phpunit": "^8.5 || ^9.4", "phpunit/phpunit": "^8.5 || ^9.4",
"spatie/phpunit-snapshot-assertions": "^2.2 || ^4.2" "spatie/phpunit-snapshot-assertions": "^2.2 || ^4.2"
@@ -447,9 +447,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/diglactic/laravel-breadcrumbs/issues", "issues": "https://github.com/diglactic/laravel-breadcrumbs/issues",
"source": "https://github.com/diglactic/laravel-breadcrumbs/tree/v7.0.1" "source": "https://github.com/diglactic/laravel-breadcrumbs/tree/v7.1.1"
}, },
"time": "2021-09-23T20:31:25+00:00" "time": "2022-01-12T18:19:26+00:00"
}, },
{ {
"name": "doctrine/cache", "name": "doctrine/cache",
@@ -891,32 +891,28 @@
}, },
{ {
"name": "doctrine/lexer", "name": "doctrine/lexer",
"version": "1.2.1", "version": "1.2.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/lexer.git", "url": "https://github.com/doctrine/lexer.git",
"reference": "e864bbf5904cb8f5bb334f99209b48018522f042" "reference": "9c50f840f257bbb941e6f4a0e94ccf5db5c3f76c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042", "url": "https://api.github.com/repos/doctrine/lexer/zipball/9c50f840f257bbb941e6f4a0e94ccf5db5c3f76c",
"reference": "e864bbf5904cb8f5bb334f99209b48018522f042", "reference": "9c50f840f257bbb941e6f4a0e94ccf5db5c3f76c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.2 || ^8.0" "php": "^7.1 || ^8.0"
}, },
"require-dev": { "require-dev": {
"doctrine/coding-standard": "^6.0", "doctrine/coding-standard": "^9.0",
"phpstan/phpstan": "^0.11.8", "phpstan/phpstan": "1.3",
"phpunit/phpunit": "^8.2" "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"vimeo/psalm": "^4.11"
}, },
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev"
}
},
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer" "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
@@ -951,7 +947,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/doctrine/lexer/issues", "issues": "https://github.com/doctrine/lexer/issues",
"source": "https://github.com/doctrine/lexer/tree/1.2.1" "source": "https://github.com/doctrine/lexer/tree/1.2.2"
}, },
"funding": [ "funding": [
{ {
@@ -967,33 +963,33 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-05-25T17:44:05+00:00" "time": "2022-01-12T08:27:12+00:00"
}, },
{ {
"name": "dragonmantank/cron-expression", "name": "dragonmantank/cron-expression",
"version": "v3.2.3", "version": "v3.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/dragonmantank/cron-expression.git", "url": "https://github.com/dragonmantank/cron-expression.git",
"reference": "47c53bbb260d3c398fba9bfa9683dcf67add2579" "reference": "63f2a76a045bac6ec93cc2daf2b534b412aa0313"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/47c53bbb260d3c398fba9bfa9683dcf67add2579", "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/63f2a76a045bac6ec93cc2daf2b534b412aa0313",
"reference": "47c53bbb260d3c398fba9bfa9683dcf67add2579", "reference": "63f2a76a045bac6ec93cc2daf2b534b412aa0313",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.2|^8.0", "php": "^7.2|^8.0",
"webmozart/assert": "^1.7.0" "webmozart/assert": "^1.0"
}, },
"replace": { "replace": {
"mtdowling/cron-expression": "^1.0" "mtdowling/cron-expression": "^1.0"
}, },
"require-dev": { "require-dev": {
"phpstan/extension-installer": "^1.0", "phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^0.12", "phpstan/phpstan": "^1.0",
"phpstan/phpstan-webmozart-assert": "^0.12.7", "phpstan/phpstan-webmozart-assert": "^1.0",
"phpunit/phpunit": "^7.0|^8.0|^9.0" "phpunit/phpunit": "^7.0|^8.0|^9.0"
}, },
"type": "library", "type": "library",
@@ -1020,7 +1016,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/dragonmantank/cron-expression/issues", "issues": "https://github.com/dragonmantank/cron-expression/issues",
"source": "https://github.com/dragonmantank/cron-expression/tree/v3.2.3" "source": "https://github.com/dragonmantank/cron-expression/tree/v3.3.0"
}, },
"funding": [ "funding": [
{ {
@@ -1028,7 +1024,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2022-01-06T05:35:07+00:00" "time": "2022-01-14T16:02:05+00:00"
}, },
{ {
"name": "egulias/email-validator", "name": "egulias/email-validator",
@@ -1847,16 +1843,16 @@
}, },
{ {
"name": "laravel/framework", "name": "laravel/framework",
"version": "v8.78.1", "version": "v8.79.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/framework.git", "url": "https://github.com/laravel/framework.git",
"reference": "16359b5ebafba6579b397d7505b082a6d1bb2e31" "reference": "8091f07558ff4a890435ff9d25fa9aca0189ad63"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/16359b5ebafba6579b397d7505b082a6d1bb2e31", "url": "https://api.github.com/repos/laravel/framework/zipball/8091f07558ff4a890435ff9d25fa9aca0189ad63",
"reference": "16359b5ebafba6579b397d7505b082a6d1bb2e31", "reference": "8091f07558ff4a890435ff9d25fa9aca0189ad63",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1888,7 +1884,7 @@
"symfony/routing": "^5.4", "symfony/routing": "^5.4",
"symfony/var-dumper": "^5.4", "symfony/var-dumper": "^5.4",
"tijsverkoyen/css-to-inline-styles": "^2.2.2", "tijsverkoyen/css-to-inline-styles": "^2.2.2",
"vlucas/phpdotenv": "^5.2", "vlucas/phpdotenv": "^5.4.1",
"voku/portable-ascii": "^1.4.8" "voku/portable-ascii": "^1.4.8"
}, },
"conflict": { "conflict": {
@@ -1945,6 +1941,7 @@
"symfony/cache": "^5.4" "symfony/cache": "^5.4"
}, },
"suggest": { "suggest": {
"ably/ably-php": "Required to use the Ably broadcast driver (^1.0).",
"aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.198.1).", "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.198.1).",
"brianium/paratest": "Required to run tests in parallel (^6.0).", "brianium/paratest": "Required to run tests in parallel (^6.0).",
"doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.13.3|^3.1.4).", "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.13.3|^3.1.4).",
@@ -2015,7 +2012,7 @@
"issues": "https://github.com/laravel/framework/issues", "issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework" "source": "https://github.com/laravel/framework"
}, },
"time": "2022-01-05T14:52:50+00:00" "time": "2022-01-12T16:12:41+00:00"
}, },
{ {
"name": "laravel/passport", "name": "laravel/passport",