mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 08:35:00 +00:00
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:
@@ -82,7 +82,7 @@
|
||||
"ext-xml": "*",
|
||||
"ext-xmlwriter": "*",
|
||||
"bacon/bacon-qr-code": "^2",
|
||||
"diglactic/laravel-breadcrumbs": "^9",
|
||||
"diglactic/laravel-breadcrumbs": "^10",
|
||||
"gdbots/query-parser": "^3.0",
|
||||
"guzzlehttp/guzzle": "^7.8",
|
||||
"jc5/google2fa-laravel": "^2.0",
|
||||
|
31
composer.lock
generated
31
composer.lock
generated
@@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "66d08e635e085134cefb638b91c3bb7a",
|
||||
"content-hash": "f5bc893e4af6924e2fbfe02989dbe719",
|
||||
"packages": [
|
||||
{
|
||||
"name": "bacon/bacon-qr-code",
|
||||
@@ -516,31 +516,30 @@
|
||||
},
|
||||
{
|
||||
"name": "diglactic/laravel-breadcrumbs",
|
||||
"version": "v9.0.0",
|
||||
"version": "v10.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/diglactic/laravel-breadcrumbs.git",
|
||||
"reference": "88e8f01e013e811215770e27b40a74014c28f2c4"
|
||||
"reference": "1bfe5e29aacf88beeab64ae3e860e0f2d8ace36a"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/diglactic/laravel-breadcrumbs/zipball/88e8f01e013e811215770e27b40a74014c28f2c4",
|
||||
"reference": "88e8f01e013e811215770e27b40a74014c28f2c4",
|
||||
"url": "https://api.github.com/repos/diglactic/laravel-breadcrumbs/zipball/1bfe5e29aacf88beeab64ae3e860e0f2d8ace36a",
|
||||
"reference": "1bfe5e29aacf88beeab64ae3e860e0f2d8ace36a",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"facade/ignition-contracts": "^1.0",
|
||||
"laravel/framework": "^8.0 || ^9.0 || ^10.0 || ^11.0",
|
||||
"php": "^7.3 || ^8.0"
|
||||
"laravel/framework": "^10.0 || ^11.0 || ^12.0",
|
||||
"php": "^8.1"
|
||||
},
|
||||
"conflict": {
|
||||
"davejamesmiller/laravel-breadcrumbs": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"orchestra/testbench": "^6.0 || ^7.0 || ^8.0 || ^9.0",
|
||||
"php-coveralls/php-coveralls": "^2.7",
|
||||
"phpunit/phpunit": "^9.5 || ^10.5",
|
||||
"spatie/phpunit-snapshot-assertions": "^4.2 || ^5.1"
|
||||
"orchestra/testbench": "^8.0 || ^9.0 || ^10.0",
|
||||
"phpunit/phpunit": "^10.5 || ^11.5",
|
||||
"spatie/phpunit-snapshot-assertions": "^5.1"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
@@ -581,9 +580,9 @@
|
||||
],
|
||||
"support": {
|
||||
"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",
|
||||
@@ -12877,7 +12876,7 @@
|
||||
],
|
||||
"aliases": [],
|
||||
"minimum-stability": "stable",
|
||||
"stability-flags": {},
|
||||
"stability-flags": [],
|
||||
"prefer-stable": false,
|
||||
"prefer-lowest": false,
|
||||
"platform": {
|
||||
@@ -12898,6 +12897,6 @@
|
||||
"ext-xml": "*",
|
||||
"ext-xmlwriter": "*"
|
||||
},
|
||||
"platform-dev": {},
|
||||
"plugin-api-version": "2.6.0"
|
||||
"platform-dev": [],
|
||||
"plugin-api-version": "2.3.0"
|
||||
}
|
||||
|
Reference in New Issue
Block a user