Bump diglactic/laravel-breadcrumbs from 9.0.0 to 10.0.0

Bumps [diglactic/laravel-breadcrumbs](https://github.com/diglactic/laravel-breadcrumbs) from 9.0.0 to 10.0.0.
- [Release notes](https://github.com/diglactic/laravel-breadcrumbs/releases)
- [Upgrade guide](https://github.com/diglactic/laravel-breadcrumbs/blob/main/UPGRADE.md)
- [Commits](https://github.com/diglactic/laravel-breadcrumbs/compare/v9.0.0...v10.0.0)

---
updated-dependencies:
- dependency-name: diglactic/laravel-breadcrumbs
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-03-03 03:20:25 +00:00
committed by GitHub
parent eda2b5f822
commit b442645280
2 changed files with 16 additions and 17 deletions

View File

@@ -82,7 +82,7 @@
"ext-xml": "*", "ext-xml": "*",
"ext-xmlwriter": "*", "ext-xmlwriter": "*",
"bacon/bacon-qr-code": "^2", "bacon/bacon-qr-code": "^2",
"diglactic/laravel-breadcrumbs": "^9", "diglactic/laravel-breadcrumbs": "^10",
"gdbots/query-parser": "^3.0", "gdbots/query-parser": "^3.0",
"guzzlehttp/guzzle": "^7.8", "guzzlehttp/guzzle": "^7.8",
"jc5/google2fa-laravel": "^2.0", "jc5/google2fa-laravel": "^2.0",

31
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": "66d08e635e085134cefb638b91c3bb7a", "content-hash": "f5bc893e4af6924e2fbfe02989dbe719",
"packages": [ "packages": [
{ {
"name": "bacon/bacon-qr-code", "name": "bacon/bacon-qr-code",
@@ -516,31 +516,30 @@
}, },
{ {
"name": "diglactic/laravel-breadcrumbs", "name": "diglactic/laravel-breadcrumbs",
"version": "v9.0.0", "version": "v10.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/diglactic/laravel-breadcrumbs.git", "url": "https://github.com/diglactic/laravel-breadcrumbs.git",
"reference": "88e8f01e013e811215770e27b40a74014c28f2c4" "reference": "1bfe5e29aacf88beeab64ae3e860e0f2d8ace36a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/diglactic/laravel-breadcrumbs/zipball/88e8f01e013e811215770e27b40a74014c28f2c4", "url": "https://api.github.com/repos/diglactic/laravel-breadcrumbs/zipball/1bfe5e29aacf88beeab64ae3e860e0f2d8ace36a",
"reference": "88e8f01e013e811215770e27b40a74014c28f2c4", "reference": "1bfe5e29aacf88beeab64ae3e860e0f2d8ace36a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"facade/ignition-contracts": "^1.0", "facade/ignition-contracts": "^1.0",
"laravel/framework": "^8.0 || ^9.0 || ^10.0 || ^11.0", "laravel/framework": "^10.0 || ^11.0 || ^12.0",
"php": "^7.3 || ^8.0" "php": "^8.1"
}, },
"conflict": { "conflict": {
"davejamesmiller/laravel-breadcrumbs": "*" "davejamesmiller/laravel-breadcrumbs": "*"
}, },
"require-dev": { "require-dev": {
"orchestra/testbench": "^6.0 || ^7.0 || ^8.0 || ^9.0", "orchestra/testbench": "^8.0 || ^9.0 || ^10.0",
"php-coveralls/php-coveralls": "^2.7", "phpunit/phpunit": "^10.5 || ^11.5",
"phpunit/phpunit": "^9.5 || ^10.5", "spatie/phpunit-snapshot-assertions": "^5.1"
"spatie/phpunit-snapshot-assertions": "^4.2 || ^5.1"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@@ -581,9 +580,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/v9.0.0" "source": "https://github.com/diglactic/laravel-breadcrumbs/tree/v10.0.0"
}, },
"time": "2024-03-12T00:42:39+00:00" "time": "2025-02-25T05:44:07+00:00"
}, },
{ {
"name": "doctrine/inflector", "name": "doctrine/inflector",
@@ -12877,7 +12876,7 @@
], ],
"aliases": [], "aliases": [],
"minimum-stability": "stable", "minimum-stability": "stable",
"stability-flags": {}, "stability-flags": [],
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {
@@ -12898,6 +12897,6 @@
"ext-xml": "*", "ext-xml": "*",
"ext-xmlwriter": "*" "ext-xmlwriter": "*"
}, },
"platform-dev": {}, "platform-dev": [],
"plugin-api-version": "2.6.0" "plugin-api-version": "2.3.0"
} }